COLOR #95CBE4

HEX: #95CBE4
RGB: (149,203,228)

Color info

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

RGB color model

#95CBE4 color RGB value is (149,203,228).

  • red value is 149;
  • green value is 203;
  • blue value is 228.
RGB:
(149,203,228)
(58%,80%,89%)

RGB channels and saturation

R 149 of 255 = 58%
G 203 of 255 = 80%
B 228 of 255 = 89%

149
203
228

R + G + B ~ 76%. #95CBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 203 + 228 = 580 (100%)
R 149 of 580 ~ 25.69%
G 203 of 580 ~ 35%
B 228 of 580 ~ 39.31%

%25.69
%35
%39.31

CMYK color model

#95CBE4 color CMYK value is (35,11,0,11).

  • cyan value is 34.65%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(35,11,0,11)
C35M11Y0K11 
(35%,11%,0%,11%)
(0.35/0.11/0.00/0.11)	

CMYK percentages

%34.65
%10.96
%0
%10.59

Codes

Color #95CBE4 in popluar color models

95CBE4
RGB149203228
HSL199°59.40%73.92%
HSB/HSV199°34.65%89.41%
CMYK34.65%10.96%0.00%
10.59%

Color #95CBE4 in popluar number systems.

HEX95CBE4
Decimal149203228
Binary100101011100101111100100
Octal225313344

Shades and tints

Shades of #95CBE4

#95CBE4
(149,203,228)
#88B9D0
(136,185,208)
#7BA7BC
(123,167,188)
#6E95A8
(110,149,168)
#618394
(97,131,148)
#547180
(84,113,128)
#475F6C
(71,95,108)
#3A4D58
(58,77,88)
#2D3B44
(45,59,68)
#202930
(32,41,48)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #95CBE4

#95CBE4
(149,203,228)
#9ECFE6
(158,207,230)
#A7D3E8
(167,211,232)
#B0D7EA
(176,215,234)
#B9DBEC
(185,219,236)
#C2DFEE
(194,223,238)
#CBE3F0
(203,227,240)
#D4E7F2
(212,231,242)
#DDEBF4
(221,235,244)
#E6EFF6
(230,239,246)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CBE4 color. Also use rgb(149,203,228) instead hex code.

Text Font Color

.myTextColor { color: #95CBE4; }

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

This text font color is #95CBE4.


Background Color

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

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

This div background color is #95CBE4.


Border color

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

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

This div border color is #95CBE4.


Opacity

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

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

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

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

This text has shadow with #95CBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CBE4 on black background.


Color preview on white background

This text has color #95CBE4 on white background.



Black color preview on #95CBE4 background

This text has black color on #95CBE4 background.


White color preview on #95CBE4 background

This text has white color on #95CBE4 background.