COLOR #95CEDE

HEX: #95CEDE
RGB: (149,206,222)

Color info

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

RGB color model

#95CEDE color RGB value is (149,206,222).

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

RGB channels and saturation

R 149 of 255 = 58%
G 206 of 255 = 81%
B 222 of 255 = 87%

149
206
222

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

Portions of RGB colors in percentages

R + G + B =
149 + 206 + 222 = 577 (100%)
R 149 of 577 ~ 25.82%
G 206 of 577 ~ 35.7%
B 222 of 577 ~ 38.47%

%25.82
%35.7
%38.47

CMYK color model

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

  • cyan value is 32.88%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(33,7,0,13)
C33M7Y0K13 
(33%,7%,0%,13%)
(0.33/0.07/0.00/0.13)	

CMYK percentages

%32.88
%7.21
%0
%12.94

Codes

Color #95CEDE in popluar color models

95CEDE
RGB149206222
HSL193°52.52%72.75%
HSB/HSV193°32.88%87.06%
CMYK32.88%7.21%0.00%
12.94%

Color #95CEDE in popluar number systems.

HEX95CEDE
Decimal149206222
Binary100101011100111011011110
Octal225316336

Shades and tints

Shades of #95CEDE

#95CEDE
(149,206,222)
#88BCCA
(136,188,202)
#7BAAB6
(123,170,182)
#6E98A2
(110,152,162)
#61868E
(97,134,142)
#54747A
(84,116,122)
#476266
(71,98,102)
#3A5052
(58,80,82)
#2D3E3E
(45,62,62)
#202C2A
(32,44,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #95CEDE

#95CEDE
(149,206,222)
#9ED2E1
(158,210,225)
#A7D6E4
(167,214,228)
#B0DAE7
(176,218,231)
#B9DEEA
(185,222,234)
#C2E2ED
(194,226,237)
#CBE6F0
(203,230,240)
#D4EAF3
(212,234,243)
#DDEEF6
(221,238,246)
#E6F2F9
(230,242,249)
#EFF6FC
(239,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CEDE; }

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

This text font color is #95CEDE.


Background Color

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

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

This div background color is #95CEDE.


Border color

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

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

This div border color is #95CEDE.


Opacity

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

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

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

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

This text has shadow with #95CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CEDE on black background.


Color preview on white background

This text has color #95CEDE on white background.



Black color preview on #95CEDE background

This text has black color on #95CEDE background.


White color preview on #95CEDE background

This text has white color on #95CEDE background.