COLOR #95C3E6

HEX: #95C3E6 RGB: (149,195,230)

Color info

#95C3E6 contains mainly green and blue colors. Web safe color of #95C3E6 is #99CCCC (or #9CC).

RGB color model

#95C3E6 color RGB value is (149,195,230).

RGB: (149,195,230) (58%, 76%, 90%)

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 230 of 255 = 90%

149
195
230

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

Portions of RGB colors in percentages

R + G + B = 149 + 195 + 230 = 574 (100%)
R 149 of 574 ~ 25.96%
G 195 of 574 ~ 33.97%
B 230 of 574 ~ 40.07'%

%25.96
%33.97
%40.07

CMYK color model

#95C3E6 color CMYK value is (35,15,0,10).

  • cyan value is 35.22%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (35,15,0,10)
C35M15Y0K10 (35%, 15%, 0%, 10%)
(0.35 / 0.15 / 0.00 / 0.10)

CMYK percentages

%35.22
%15.22
%0
%9.8

Codes

Color #95C3E6 in popluar color models

95 C3 E6
RGB 149 195 230
HSL 206° 61.83% 74.31%
HSB/HSV 206° 35.22% 90.20%
CMYK 35.22% 15.22% 0.00%
9.80%

Color #95C3E6 in popluar number systems.

HEX 95 C3 E6
Decimal 149 195 230
Binary 10010101 11000011 11100110
Octal 225 303 346

Shades and tints

Shades of #95C3E6

#95C3E6
(149,195,230)
#88B2D2
(136,178,210)
#7BA1BE
(123,161,190)
#6E90AA
(110,144,170)
#617F96
(97,127,150)
#546E82
(84,110,130)
#475D6E
(71,93,110)
#3A4C5A
(58,76,90)
#2D3B46
(45,59,70)
#202A32
(32,42,50)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #95C3E6

#95C3E6
(149,195,230)
#9EC8E8
(158,200,232)
#A7CDEA
(167,205,234)
#B0D2EC
(176,210,236)
#B9D7EE
(185,215,238)
#C2DCF0
(194,220,240)
#CBE1F2
(203,225,242)
#D4E6F4
(212,230,244)
#DDEBF6
(221,235,246)
#E6F0F8
(230,240,248)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C3E6 color. Also use rgb(149,195,230) instead hex code.

Text Font Color

.myTextColor { color: #95C3E6; }

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

This text font color is #95C3E6.

Background Color

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

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

This div background color is #95C3E6.

Border color

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

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

This div border color is #95C3E6.

Opacity

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

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

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

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

This text has shadow with #95C3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C3E6.

Preview

Color preview on black background

This text has color #95C3E6 on black background.


Color preview on white background

This text has color #95C3E6 on white background.


Black color preview on #95C3E6 background

This text has black color on #95C3E6 background.


White color preview on #95C3E6 background

This text has white color on #95C3E6 background.


Related colors

Complementary color

Complementary color for #hex is #6A3C19.


I love getcolorcode.com

Triadic colors

1 #E695C3 and #C3E695 with #95C3E6 are triadic colors.

2 #E6C395 and #C395E6 with #95C3E6 are triadic colors.