COLOR #95CAC0

HEX: #95CAC0 RGB: (149,202,192)

Color info

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

RGB color model

#95CAC0 color RGB value is (149,202,192).

RGB: (149,202,192) (58%, 79%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 202 of 255 = 79%
B 192 of 255 = 75%

149
202
192

R + G + B ~ 71%. #95CAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 202 + 192 = 543 (100%)
R 149 of 543 ~ 27.44%
G 202 of 543 ~ 37.2%
B 192 of 543 ~ 35.36'%

%27.44
%37.2
%35.36

CMYK color model

#95CAC0 color CMYK value is (26,0,5,21).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 20.78%

CMYK: (26,0,5,21)
C26M0Y5K21 (26%, 0%, 5%, 21%)
(0.26 / 0.00 / 0.05 / 0.21)

CMYK percentages

%26.24
%0
%4.95
%20.78

Codes

Color #95CAC0 in popluar color models

95 CA C0
RGB 149 202 192
HSL 169° 33.33% 68.82%
HSB/HSV 169° 26.24% 79.22%
CMYK 26.24% 0.00% 4.95%
20.78%

Color #95CAC0 in popluar number systems.

HEX 95 CA C0
Decimal 149 202 192
Binary 10010101 11001010 11000000
Octal 225 312 300

Shades and tints

Shades of #95CAC0

#95CAC0
(149,202,192)
#88B8AF
(136,184,175)
#7BA69E
(123,166,158)
#6E948D
(110,148,141)
#61827C
(97,130,124)
#54706B
(84,112,107)
#475E5A
(71,94,90)
#3A4C49
(58,76,73)
#2D3A38
(45,58,56)
#202827
(32,40,39)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #95CAC0

#95CAC0
(149,202,192)
#9ECEC5
(158,206,197)
#A7D2CA
(167,210,202)
#B0D6CF
(176,214,207)
#B9DAD4
(185,218,212)
#C2DED9
(194,222,217)
#CBE2DE
(203,226,222)
#D4E6E3
(212,230,227)
#DDEAE8
(221,234,232)
#E6EEED
(230,238,237)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CAC0 color. Also use rgb(149,202,192) instead hex code.

Text Font Color

.myTextColor { color: #95CAC0; }

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

This text font color is #95CAC0.

Background Color

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

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

This div background color is #95CAC0.

Border color

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

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

This div border color is #95CAC0.

Opacity

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

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

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

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

This text has shadow with #95CAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CAC0.

Preview

Color preview on black background

This text has color #95CAC0 on black background.


Color preview on white background

This text has color #95CAC0 on white background.


Black color preview on #95CAC0 background

This text has black color on #95CAC0 background.


White color preview on #95CAC0 background

This text has white color on #95CAC0 background.


Related colors

Complementary color

Complementary color for #hex is #6A353F.


I love getcolorcode.com

Triadic colors

1 #C095CA and #CAC095 with #95CAC0 are triadic colors.

2 #C0CA95 and #CA95C0 with #95CAC0 are triadic colors.