COLOR #CBEAF6

HEX: #CBEAF6 RGB: (203,234,246)

Color info

#CBEAF6 contains red, green and blue colors in about the same proportion. Web safe color of #CBEAF6 is #CCFFFF (or #CFF).

RGB color model

#CBEAF6 color RGB value is (203,234,246).

RGB: (203,234,246) (80%, 92%, 96%)

RGB channels and saturation

R 203 of 255 = 80%
G 234 of 255 = 92%
B 246 of 255 = 96%

203
234
246

R + G + B ~ 89%. #CBEAF6 is light color.

Portions of RGB colors in percentages

R + G + B = 203 + 234 + 246 = 683 (100%)
R 203 of 683 ~ 29.72%
G 234 of 683 ~ 34.26%
B 246 of 683 ~ 36.02'%

%29.72
%34.26
%36.02

CMYK color model

#CBEAF6 color CMYK value is (17,5,0,4).

  • cyan value is 17.48%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (17,5,0,4) C17M5Y0K4 (17%,5%,0%,4%) (0.17/0.05/0.00/0.04) 

CMYK percentages

%17.48
%4.88
%0
%3.53

Codes

Color #CBEAF6 in popluar color models

CB EA F6
RGB 203 234 246
HSL 197° 70.49% 88.04%
HSB/HSV 197° 17.48% 96.47%
CMYK 17.48% 4.88% 0.00%
3.53%

Color #CBEAF6 in popluar number systems.

HEX CB EA F6
Decimal 203 234 246
Binary 11001011 11101010 11110110
Octal 313 352 366

Shades and tints

Shades of #CBEAF6

#CBEAF6
(203,234,246)
#B9D5E0
(185,213,224)
#A7C0CA
(167,192,202)
#95ABB4
(149,171,180)
#83969E
(131,150,158)
#718188
(113,129,136)
#5F6C72
(95,108,114)
#4D575C
(77,87,92)
#3B4246
(59,66,70)
#292D30
(41,45,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #CBEAF6

#CBEAF6
(203,234,246)
#CFEBF6
(207,235,246)
#D3ECF6
(211,236,246)
#D7EDF6
(215,237,246)
#DBEEF6
(219,238,246)
#DFEFF6
(223,239,246)
#E3F0F6
(227,240,246)
#E7F1F6
(231,241,246)
#EBF2F6
(235,242,246)
#EFF3F6
(239,243,246)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBEAF6; }

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

This text font color is #CBEAF6.

Background Color

.myBgColor { background-color: #CBEAF6; }

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

This div background color is #CBEAF6.

Border color

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

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

This div border color is #CBEAF6.

Opacity

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

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

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

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

This text has shadow with #CBEAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEAF6.

Preview

Color preview on black background

This text has color #CBEAF6 on black background.


Color preview on white background

This text has color #CBEAF6 on white background.


Black color preview on #CBEAF6 background

This text has black color on #CBEAF6 background.


White color preview on #CBEAF6 background

This text has white color on #CBEAF6 background.


Related colors

Complementary color

Complementary color for #hex is #341509.


I love getcolorcode.com

Triadic colors

1 #F6CBEA and #EAF6CB with #CBEAF6 are triadic colors.

2 #F6EACB and #EACBF6 with #CBEAF6 are triadic colors.