COLOR #95CDB6

HEX: #95CDB6 RGB: (149,205,182)

Color info

#95CDB6 contains red, green and blue colors in about the same proportion. Web safe color of #95CDB6 is #99CCCC (or #9CC).

RGB color model

#95CDB6 color RGB value is (149,205,182).

RGB: (149,205,182) (58%, 80%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 205 of 255 = 80%
B 182 of 255 = 71%

149
205
182

R + G + B ~ 70%. #95CDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 205 + 182 = 536 (100%)
R 149 of 536 ~ 27.8%
G 205 of 536 ~ 38.25%
B 182 of 536 ~ 33.96'%

%27.8
%38.25
%33.96

CMYK color model

#95CDB6 color CMYK value is (27,0,11,20).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%

CMYK: (27,0,11,20)
C27M0Y11K20 (27%, 0%, 11%, 20%)
(0.27 / 0.00 / 0.11 / 0.20)

CMYK percentages

%27.32
%0
%11.22
%19.61

Codes

Color #95CDB6 in popluar color models

95 CD B6
RGB 149 205 182
HSL 155° 35.90% 69.41%
HSB/HSV 155° 27.32% 80.39%
CMYK 27.32% 0.00% 11.22%
19.61%

Color #95CDB6 in popluar number systems.

HEX 95 CD B6
Decimal 149 205 182
Binary 10010101 11001101 10110110
Octal 225 315 266

Shades and tints

Shades of #95CDB6

#95CDB6
(149,205,182)
#88BBA6
(136,187,166)
#7BA996
(123,169,150)
#6E9786
(110,151,134)
#618576
(97,133,118)
#547366
(84,115,102)
#476156
(71,97,86)
#3A4F46
(58,79,70)
#2D3D36
(45,61,54)
#202B26
(32,43,38)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #95CDB6

#95CDB6
(149,205,182)
#9ED1BC
(158,209,188)
#A7D5C2
(167,213,194)
#B0D9C8
(176,217,200)
#B9DDCE
(185,221,206)
#C2E1D4
(194,225,212)
#CBE5DA
(203,229,218)
#D4E9E0
(212,233,224)
#DDEDE6
(221,237,230)
#E6F1EC
(230,241,236)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CDB6 color. Also use rgb(149,205,182) instead hex code.

Text Font Color

.myTextColor { color: #95CDB6; }

<p style="color:#95CDB6">This sample text font color is #95CDB6.</p>

This text font color is #95CDB6.

Background Color

.myBgColor { background-color: #95CDB6; }

<div style="background-color:#95CDB6">Inner text</div>

This div background color is #95CDB6.

Border color

.myBorderColor { border: 1px solid #95CDB6; }

<div style="border:3px solid #95CDB6">Div</div>

This div border color is #95CDB6.

Opacity

.myOpacity80 { color: #95CDB6; opacity: 0.8; }

<p style="color:#95CDB6;opacity:0.8;">80%</p>

Text with #95CDB6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95CDB6;}

<p style="text-shadow: 3px 3px 1px #95CDB6">Text here.</p>

This text has shadow with #95CDB6 color.


.textShadow {text-shadow: 3px 3px 1px #95CDB6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95CDB6, 5px 5px 20px red">Text here.</p>

This text has shadow with #95CDB6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95CDB6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95CDB6, Direction=45, Strength=4)">Text</p>

This text has shadow with #95CDB6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95CDB6;
-webkit-box-shadow: 1px 1px 3px 2px #95CDB6;
box-shadow: 1px 1px 3px 2px #95CDB6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95CDB6; -webkit-box-shadow: 1px 1px 3px 2px #95CDB6; box-shadow:1px 1px 3px 2px #95CDB6;">
Div content here
</div>

This div box has shadow with color #95CDB6.

Preview

Color preview on black background

This text has color #95CDB6 on black background.


Color preview on white background

This text has color #95CDB6 on white background.


Black color preview on #95CDB6 background

This text has black color on #95CDB6 background.


White color preview on #95CDB6 background

This text has white color on #95CDB6 background.


Related colors

Complementary color

Complementary color for #hex is #6A3249.


I love getcolorcode.com

Triadic colors

1 #B695CD and #CDB695 with #95CDB6 are triadic colors.

2 #B6CD95 and #CD95B6 with #95CDB6 are triadic colors.