COLOR #95C7CE

HEX: #95C7CE RGB: (149,199,206)

Color info

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

RGB color model

#95C7CE color RGB value is (149,199,206).

RGB: (149,199,206) (58%, 78%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 199 of 255 = 78%
B 206 of 255 = 81%

149
199
206

R + G + B ~ 72%. #95C7CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 199 + 206 = 554 (100%)
R 149 of 554 ~ 26.9%
G 199 of 554 ~ 35.92%
B 206 of 554 ~ 37.18'%

%26.9
%35.92
%37.18

CMYK color model

#95C7CE color CMYK value is (28,3,0,19).

  • cyan value is 27.67%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (28,3,0,19)
C28M3Y0K19 (28%, 3%, 0%, 19%)
(0.28 / 0.03 / 0.00 / 0.19)

CMYK percentages

%27.67
%3.4
%0
%19.22

Codes

Color #95C7CE in popluar color models

95 C7 CE
RGB 149 199 206
HSL 187° 36.77% 69.61%
HSB/HSV 187° 27.67% 80.78%
CMYK 27.67% 3.40% 0.00%
19.22%

Color #95C7CE in popluar number systems.

HEX 95 C7 CE
Decimal 149 199 206
Binary 10010101 11000111 11001110
Octal 225 307 316

Shades and tints

Shades of #95C7CE

#95C7CE
(149,199,206)
#88B5BC
(136,181,188)
#7BA3AA
(123,163,170)
#6E9198
(110,145,152)
#617F86
(97,127,134)
#546D74
(84,109,116)
#475B62
(71,91,98)
#3A4950
(58,73,80)
#2D373E
(45,55,62)
#20252C
(32,37,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #95C7CE

#95C7CE
(149,199,206)
#9ECCD2
(158,204,210)
#A7D1D6
(167,209,214)
#B0D6DA
(176,214,218)
#B9DBDE
(185,219,222)
#C2E0E2
(194,224,226)
#CBE5E6
(203,229,230)
#D4EAEA
(212,234,234)
#DDEFEE
(221,239,238)
#E6F4F2
(230,244,242)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C7CE color. Also use rgb(149,199,206) instead hex code.

Text Font Color

.myTextColor { color: #95C7CE; }

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

This text font color is #95C7CE.

Background Color

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

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

This div background color is #95C7CE.

Border color

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

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

This div border color is #95C7CE.

Opacity

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

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

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

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

This text has shadow with #95C7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C7CE.

Preview

Color preview on black background

This text has color #95C7CE on black background.


Color preview on white background

This text has color #95C7CE on white background.


Black color preview on #95C7CE background

This text has black color on #95C7CE background.


White color preview on #95C7CE background

This text has white color on #95C7CE background.


Related colors

Complementary color

Complementary color for #hex is #6A3831.


I love getcolorcode.com

Triadic colors

1 #CE95C7 and #C7CE95 with #95C7CE are triadic colors.

2 #CEC795 and #C795CE with #95C7CE are triadic colors.