COLOR #CDE6EB

HEX: #CDE6EB
RGB: (205,230,235)

Color info

#CDE6EB contains red, green and blue colors in about the same proportion. Web safe color of #CDE6EB is #CCCCFF (or #CCF).

RGB color model

#CDE6EB color RGB value is (205,230,235).

  • red value is 205;
  • green value is 230;
  • blue value is 235.
RGB:
(205,230,235)
(80%,90%,92%)

RGB channels and saturation

R 205 of 255 = 80%
G 230 of 255 = 90%
B 235 of 255 = 92%

205
230
235

R + G + B ~ 87%. #CDE6EB is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 230 + 235 = 670 (100%)
R 205 of 670 ~ 30.6%
G 230 of 670 ~ 34.33%
B 235 of 670 ~ 35.07%

%30.6
%34.33
%35.07

CMYK color model

#CDE6EB color CMYK value is (13,2,0,8).

  • cyan value is 12.77%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,2,0,8)
C13M2Y0K8 
(13%,2%,0%,8%)
(0.13/0.02/0.00/0.08)	

CMYK percentages

%12.77
%2.13
%0
%7.84

Codes

Color #CDE6EB in popluar color models

CDE6EB
RGB205230235
HSL190°42.86%86.27%
HSB/HSV190°12.77%92.16%
CMYK12.77%2.13%0.00%
7.84%

Color #CDE6EB in popluar number systems.

HEXCDE6EB
Decimal205230235
Binary110011011110011011101011
Octal315346353

Shades and tints

Shades of #CDE6EB

#CDE6EB
(205,230,235)
#BBD2D6
(187,210,214)
#A9BEC1
(169,190,193)
#97AAAC
(151,170,172)
#859697
(133,150,151)
#738282
(115,130,130)
#616E6D
(97,110,109)
#4F5A58
(79,90,88)
#3D4643
(61,70,67)
#2B322E
(43,50,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #CDE6EB

#CDE6EB
(205,230,235)
#D1E8EC
(209,232,236)
#D5EAED
(213,234,237)
#D9ECEE
(217,236,238)
#DDEEEF
(221,238,239)
#E1F0F0
(225,240,240)
#E5F2F1
(229,242,241)
#E9F4F2
(233,244,242)
#EDF6F3
(237,246,243)
#F1F8F4
(241,248,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE6EB color. Also use rgb(205,230,235) instead hex code.

Text Font Color

.myTextColor { color: #CDE6EB; }

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

This text font color is #CDE6EB.


Background Color

.myBgColor { background-color: #CDE6EB; }

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

This div background color is #CDE6EB.


Border color

.myBorderColor { border: 1px solid #CDE6EB; }

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

This div border color is #CDE6EB.


Opacity

.myOpacity80 { color: #CDE6EB; opacity: 0.8; }

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

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

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

This text has shadow with #CDE6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE6EB on black background.


Color preview on white background

This text has color #CDE6EB on white background.



Black color preview on #CDE6EB background

This text has black color on #CDE6EB background.


White color preview on #CDE6EB background

This text has white color on #CDE6EB background.