COLOR #CBEAE6

HEX: #CBEAE6 RGB: (203,234,230)

Color info

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

RGB color model

#CBEAE6 color RGB value is (203,234,230).

RGB: (203,234,230) (80%, 92%, 90%)

RGB channels and saturation

R 203 of 255 = 80%
G 234 of 255 = 92%
B 230 of 255 = 90%

203
234
230

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

Portions of RGB colors in percentages

R + G + B = 203 + 234 + 230 = 667 (100%)
R 203 of 667 ~ 30.43%
G 234 of 667 ~ 35.08%
B 230 of 667 ~ 34.48'%

%30.43
%35.08
%34.48

CMYK color model

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

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%

CMYK: (13,0,2,8)
C13M0Y2K8 (13%, 0%, 2%, 8%)
(0.13 / 0.00 / 0.02 / 0.08)

CMYK percentages

%13.25
%0
%1.71
%8.24

Codes

Color #CBEAE6 in popluar color models

CB EA E6
RGB 203 234 230
HSL 172° 42.47% 85.69%
HSB/HSV 172° 13.25% 91.76%
CMYK 13.25% 0.00% 1.71%
8.24%

Color #CBEAE6 in popluar number systems.

HEX CB EA E6
Decimal 203 234 230
Binary 11001011 11101010 11100110
Octal 313 352 346

Shades and tints

Shades of #CBEAE6

#CBEAE6
(203,234,230)
#B9D5D2
(185,213,210)
#A7C0BE
(167,192,190)
#95ABAA
(149,171,170)
#839696
(131,150,150)
#718182
(113,129,130)
#5F6C6E
(95,108,110)
#4D575A
(77,87,90)
#3B4246
(59,66,70)
#292D32
(41,45,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #CBEAE6

#CBEAE6
(203,234,230)
#CFEBE8
(207,235,232)
#D3ECEA
(211,236,234)
#D7EDEC
(215,237,236)
#DBEEEE
(219,238,238)
#DFEFF0
(223,239,240)
#E3F0F2
(227,240,242)
#E7F1F4
(231,241,244)
#EBF2F6
(235,242,246)
#EFF3F8
(239,243,248)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBEAE6; }

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

This text font color is #CBEAE6.

Background Color

.myBgColor { background-color: #CBEAE6; }

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

This div background color is #CBEAE6.

Border color

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

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

This div border color is #CBEAE6.

Opacity

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

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

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

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

This text has shadow with #CBEAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEAE6.

Preview

Color preview on black background

This text has color #CBEAE6 on black background.


Color preview on white background

This text has color #CBEAE6 on white background.


Black color preview on #CBEAE6 background

This text has black color on #CBEAE6 background.


White color preview on #CBEAE6 background

This text has white color on #CBEAE6 background.


Related colors

Complementary color

Complementary color for #hex is #341519.


I love getcolorcode.com

Triadic colors

1 #E6CBEA and #EAE6CB with #CBEAE6 are triadic colors.

2 #E6EACB and #EACBE6 with #CBEAE6 are triadic colors.