COLOR #95C0E7

HEX: #95C0E7 RGB: (149,192,231)

Color info

#95C0E7 contains mainly green and blue colors. Web safe color of #95C0E7 is #99CCFF (or #9CF).

RGB color model

#95C0E7 color RGB value is (149,192,231).

RGB: (149,192,231) (58%, 75%, 91%)

RGB channels and saturation

R 149 of 255 = 58%
G 192 of 255 = 75%
B 231 of 255 = 91%

149
192
231

R + G + B ~ 75%. #95C0E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 192 + 231 = 572 (100%)
R 149 of 572 ~ 26.05%
G 192 of 572 ~ 33.57%
B 231 of 572 ~ 40.38'%

%26.05
%33.57
%40.38

CMYK color model

#95C0E7 color CMYK value is (35,17,0,9).

  • cyan value is 35.50%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (35,17,0,9)
C35M17Y0K9 (35%, 17%, 0%, 9%)
(0.35 / 0.17 / 0.00 / 0.09)

CMYK percentages

%35.5
%16.88
%0
%9.41

Codes

Color #95C0E7 in popluar color models

95 C0 E7
RGB 149 192 231
HSL 209° 63.08% 74.51%
HSB/HSV 209° 35.50% 90.59%
CMYK 35.50% 16.88% 0.00%
9.41%

Color #95C0E7 in popluar number systems.

HEX 95 C0 E7
Decimal 149 192 231
Binary 10010101 11000000 11100111
Octal 225 300 347

Shades and tints

Shades of #95C0E7

#95C0E7
(149,192,231)
#88AFD2
(136,175,210)
#7B9EBD
(123,158,189)
#6E8DA8
(110,141,168)
#617C93
(97,124,147)
#546B7E
(84,107,126)
#475A69
(71,90,105)
#3A4954
(58,73,84)
#2D383F
(45,56,63)
#20272A
(32,39,42)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #95C0E7

#95C0E7
(149,192,231)
#9EC5E9
(158,197,233)
#A7CAEB
(167,202,235)
#B0CFED
(176,207,237)
#B9D4EF
(185,212,239)
#C2D9F1
(194,217,241)
#CBDEF3
(203,222,243)
#D4E3F5
(212,227,245)
#DDE8F7
(221,232,247)
#E6EDF9
(230,237,249)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C0E7; }

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

This text font color is #95C0E7.

Background Color

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

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

This div background color is #95C0E7.

Border color

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

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

This div border color is #95C0E7.

Opacity

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

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

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

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

This text has shadow with #95C0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C0E7.

Preview

Color preview on black background

This text has color #95C0E7 on black background.


Color preview on white background

This text has color #95C0E7 on white background.


Black color preview on #95C0E7 background

This text has black color on #95C0E7 background.


White color preview on #95C0E7 background

This text has white color on #95C0E7 background.


Related colors

Complementary color

Complementary color for #hex is #6A3F18.


I love getcolorcode.com

Triadic colors

1 #E795C0 and #C0E795 with #95C0E7 are triadic colors.

2 #E7C095 and #C095E7 with #95C0E7 are triadic colors.