COLOR #95C2DE

HEX: #95C2DE
RGB: (149,194,222)

Color info

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

RGB color model

#95C2DE color RGB value is (149,194,222).

  • red value is 149;
  • green value is 194;
  • blue value is 222.
RGB:
(149,194,222)
(58%,76%,87%)

RGB channels and saturation

R 149 of 255 = 58%
G 194 of 255 = 76%
B 222 of 255 = 87%

149
194
222

R + G + B ~ 74%. #95C2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 194 + 222 = 565 (100%)
R 149 of 565 ~ 26.37%
G 194 of 565 ~ 34.34%
B 222 of 565 ~ 39.29%

%26.37
%34.34
%39.29

CMYK color model

#95C2DE color CMYK value is (33,13,0,13).

  • cyan value is 32.88%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(33,13,0,13)
C33M13Y0K13 
(33%,13%,0%,13%)
(0.33/0.13/0.00/0.13)	

CMYK percentages

%32.88
%12.61
%0
%12.94

Codes

Color #95C2DE in popluar color models

95C2DE
RGB149194222
HSL203°52.52%72.75%
HSB/HSV203°32.88%87.06%
CMYK32.88%12.61%0.00%
12.94%

Color #95C2DE in popluar number systems.

HEX95C2DE
Decimal149194222
Binary100101011100001011011110
Octal225302336

Shades and tints

Shades of #95C2DE

#95C2DE
(149,194,222)
#88B1CA
(136,177,202)
#7BA0B6
(123,160,182)
#6E8FA2
(110,143,162)
#617E8E
(97,126,142)
#546D7A
(84,109,122)
#475C66
(71,92,102)
#3A4B52
(58,75,82)
#2D3A3E
(45,58,62)
#20292A
(32,41,42)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #95C2DE

#95C2DE
(149,194,222)
#9EC7E1
(158,199,225)
#A7CCE4
(167,204,228)
#B0D1E7
(176,209,231)
#B9D6EA
(185,214,234)
#C2DBED
(194,219,237)
#CBE0F0
(203,224,240)
#D4E5F3
(212,229,243)
#DDEAF6
(221,234,246)
#E6EFF9
(230,239,249)
#EFF4FC
(239,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C2DE color. Also use rgb(149,194,222) instead hex code.

Text Font Color

.myTextColor { color: #95C2DE; }

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

This text font color is #95C2DE.


Background Color

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

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

This div background color is #95C2DE.


Border color

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

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

This div border color is #95C2DE.


Opacity

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

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

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

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

This text has shadow with #95C2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C2DE on black background.


Color preview on white background

This text has color #95C2DE on white background.



Black color preview on #95C2DE background

This text has black color on #95C2DE background.


White color preview on #95C2DE background

This text has white color on #95C2DE background.