COLOR #CBEDE6

HEX: #CBEDE6 RGB: (203,237,230)

Color info

#CBEDE6 contains red, green and blue colors in about the same proportion. Web safe color of #CBEDE6 is #CCFFCC (or #CFC).

RGB color model

#CBEDE6 color RGB value is (203,237,230).

RGB: (203,237,230) (80%, 93%, 90%)

RGB channels and saturation

R 203 of 255 = 80%
G 237 of 255 = 93%
B 230 of 255 = 90%

203
237
230

R + G + B ~ 88%. #CBEDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 203 + 237 + 230 = 670 (100%)
R 203 of 670 ~ 30.3%
G 237 of 670 ~ 35.37%
B 230 of 670 ~ 34.33'%

%30.3
%35.37
%34.33

CMYK color model

#CBEDE6 color CMYK value is (14,0,3,7).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%

CMYK: (14,0,3,7)
C14M0Y3K7 (14%, 0%, 3%, 7%)
(0.14 / 0.00 / 0.03 / 0.07)

CMYK percentages

%14.35
%0
%2.95
%7.06

Codes

Color #CBEDE6 in popluar color models

CB ED E6
RGB 203 237 230
HSL 168° 48.57% 86.27%
HSB/HSV 168° 14.35% 92.94%
CMYK 14.35% 0.00% 2.95%
7.06%

Color #CBEDE6 in popluar number systems.

HEX CB ED E6
Decimal 203 237 230
Binary 11001011 11101101 11100110
Octal 313 355 346

Shades and tints

Shades of #CBEDE6

#CBEDE6
(203,237,230)
#B9D8D2
(185,216,210)
#A7C3BE
(167,195,190)
#95AEAA
(149,174,170)
#839996
(131,153,150)
#718482
(113,132,130)
#5F6F6E
(95,111,110)
#4D5A5A
(77,90,90)
#3B4546
(59,69,70)
#293032
(41,48,50)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #CBEDE6

#CBEDE6
(203,237,230)
#CFEEE8
(207,238,232)
#D3EFEA
(211,239,234)
#D7F0EC
(215,240,236)
#DBF1EE
(219,241,238)
#DFF2F0
(223,242,240)
#E3F3F2
(227,243,242)
#E7F4F4
(231,244,244)
#EBF5F6
(235,245,246)
#EFF6F8
(239,246,248)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEDE6 color. Also use rgb(203,237,230) instead hex code.

Text Font Color

.myTextColor { color: #CBEDE6; }

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

This text font color is #CBEDE6.

Background Color

.myBgColor { background-color: #CBEDE6; }

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

This div background color is #CBEDE6.

Border color

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

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

This div border color is #CBEDE6.

Opacity

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

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

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

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

This text has shadow with #CBEDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEDE6.

Preview

Color preview on black background

This text has color #CBEDE6 on black background.


Color preview on white background

This text has color #CBEDE6 on white background.


Black color preview on #CBEDE6 background

This text has black color on #CBEDE6 background.


White color preview on #CBEDE6 background

This text has white color on #CBEDE6 background.


Related colors

Complementary color

Complementary color for #hex is #341219.


I love getcolorcode.com

Triadic colors

1 #E6CBED and #EDE6CB with #CBEDE6 are triadic colors.

2 #E6EDCB and #EDCBE6 with #CBEDE6 are triadic colors.