COLOR #95C6D0

HEX: #95C6D0 RGB: (149,198,208)

Color info

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

RGB color model

#95C6D0 color RGB value is (149,198,208).

RGB: (149,198,208) (58%, 78%, 82%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 208 of 255 = 82%

149
198
208

R + G + B ~ 73%. #95C6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 198 + 208 = 555 (100%)
R 149 of 555 ~ 26.85%
G 198 of 555 ~ 35.68%
B 208 of 555 ~ 37.48'%

%26.85
%35.68
%37.48

CMYK color model

#95C6D0 color CMYK value is (28,5,0,18).

  • cyan value is 28.37%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (28,5,0,18) C28M5Y0K18 (28%,5%,0%,18%) (0.28/0.05/0.00/0.18) 

CMYK percentages

%28.37
%4.81
%0
%18.43

Codes

Color #95C6D0 in popluar color models

95 C6 D0
RGB 149 198 208
HSL 190° 38.56% 70.00%
HSB/HSV 190° 28.37% 81.57%
CMYK 28.37% 4.81% 0.00%
18.43%

Color #95C6D0 in popluar number systems.

HEX 95 C6 D0
Decimal 149 198 208
Binary 10010101 11000110 11010000
Octal 225 306 320

Shades and tints

Shades of #95C6D0

#95C6D0
(149,198,208)
#88B4BE
(136,180,190)
#7BA2AC
(123,162,172)
#6E909A
(110,144,154)
#617E88
(97,126,136)
#546C76
(84,108,118)
#475A64
(71,90,100)
#3A4852
(58,72,82)
#2D3640
(45,54,64)
#20242E
(32,36,46)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #95C6D0

#95C6D0
(149,198,208)
#9ECBD4
(158,203,212)
#A7D0D8
(167,208,216)
#B0D5DC
(176,213,220)
#B9DAE0
(185,218,224)
#C2DFE4
(194,223,228)
#CBE4E8
(203,228,232)
#D4E9EC
(212,233,236)
#DDEEF0
(221,238,240)
#E6F3F4
(230,243,244)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C6D0 color. Also use rgb(149,198,208) instead hex code.

Text Font Color

.myTextColor { color: #95C6D0; }

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

This text font color is #95C6D0.

Background Color

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

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

This div background color is #95C6D0.

Border color

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

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

This div border color is #95C6D0.

Opacity

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

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

Text with #95C6D0 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 #95C6D0;}

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

This text has shadow with #95C6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C6D0.

Preview

Color preview on black background

This text has color #95C6D0 on black background.


Color preview on white background

This text has color #95C6D0 on white background.


Black color preview on #95C6D0 background

This text has black color on #95C6D0 background.


White color preview on #95C6D0 background

This text has white color on #95C6D0 background.


Related colors

Complementary color

Complementary color for #hex is #6A392F.


I love getcolorcode.com

Triadic colors

1 #D095C6 and #C6D095 with #95C6D0 are triadic colors.

2 #D0C695 and #C695D0 with #95C6D0 are triadic colors.