COLOR #CBE6EA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

203
230
234

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

Portions of RGB colors in percentages

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

%30.43
%34.48
%35.08

CMYK color model

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

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

CMYK percentages

%13.25
%1.71
%0
%8.24

Codes

Color #CBE6EA in popluar color models

CBE6EA
RGB203230234
HSL188°42.47%85.69%
HSB/HSV188°13.25%91.76%
CMYK13.25%1.71%0.00%
8.24%

Color #CBE6EA in popluar number systems.

HEXCBE6EA
Decimal203230234
Binary110010111110011011101010
Octal313346352

Shades and tints

Shades of #CBE6EA

#CBE6EA
(203,230,234)
#B9D2D5
(185,210,213)
#A7BEC0
(167,190,192)
#95AAAB
(149,170,171)
#839696
(131,150,150)
#718281
(113,130,129)
#5F6E6C
(95,110,108)
#4D5A57
(77,90,87)
#3B4642
(59,70,66)
#29322D
(41,50,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #CBE6EA

#CBE6EA
(203,230,234)
#CFE8EB
(207,232,235)
#D3EAEC
(211,234,236)
#D7ECED
(215,236,237)
#DBEEEE
(219,238,238)
#DFF0EF
(223,240,239)
#E3F2F0
(227,242,240)
#E7F4F1
(231,244,241)
#EBF6F2
(235,246,242)
#EFF8F3
(239,248,243)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE6EA; }

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

This text font color is #CBE6EA.


Background Color

.myBgColor { background-color: #CBE6EA; }

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

This div background color is #CBE6EA.


Border color

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

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

This div border color is #CBE6EA.


Opacity

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

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

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

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

This text has shadow with #CBE6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE6EA on black background.


Color preview on white background

This text has color #CBE6EA on white background.



Black color preview on #CBE6EA background

This text has black color on #CBE6EA background.


White color preview on #CBE6EA background

This text has white color on #CBE6EA background.