COLOR #CBE6FA

HEX: #CBE6FA RGB: (203,230,250)

Color info

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

RGB color model

#CBE6FA color RGB value is (203,230,250).

RGB: (203,230,250) (80%, 90%, 98%)

RGB channels and saturation

R 203 of 255 = 80%
G 230 of 255 = 90%
B 250 of 255 = 98%

203
230
250

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

Portions of RGB colors in percentages

R + G + B = 203 + 230 + 250 = 683 (100%)
R 203 of 683 ~ 29.72%
G 230 of 683 ~ 33.67%
B 250 of 683 ~ 36.6'%

%29.72
%33.67
%36.6

CMYK color model

#CBE6FA color CMYK value is (19,8,0,2).

  • cyan value is 18.80%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (19,8,0,2)
C19M8Y0K2 (19%, 8%, 0%, 2%)
(0.19 / 0.08 / 0.00 / 0.02)

CMYK percentages

%18.8
%8
%0
%1.96

Codes

Color #CBE6FA in popluar color models

CB E6 FA
RGB 203 230 250
HSL 206° 82.46% 88.82%
HSB/HSV 206° 18.80% 98.04%
CMYK 18.80% 8.00% 0.00%
1.96%

Color #CBE6FA in popluar number systems.

HEX CB E6 FA
Decimal 203 230 250
Binary 11001011 11100110 11111010
Octal 313 346 372

Shades and tints

Shades of #CBE6FA

#CBE6FA
(203,230,250)
#B9D2E4
(185,210,228)
#A7BECE
(167,190,206)
#95AAB8
(149,170,184)
#8396A2
(131,150,162)
#71828C
(113,130,140)
#5F6E76
(95,110,118)
#4D5A60
(77,90,96)
#3B464A
(59,70,74)
#293234
(41,50,52)
#171E1E
(23,30,30)
#000000
(0,0,0)

Tints of #CBE6FA

#CBE6FA
(203,230,250)
#CFE8FA
(207,232,250)
#D3EAFA
(211,234,250)
#D7ECFA
(215,236,250)
#DBEEFA
(219,238,250)
#DFF0FA
(223,240,250)
#E3F2FA
(227,242,250)
#E7F4FA
(231,244,250)
#EBF6FA
(235,246,250)
#EFF8FA
(239,248,250)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE6FA; }

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

This text font color is #CBE6FA.

Background Color

.myBgColor { background-color: #CBE6FA; }

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

This div background color is #CBE6FA.

Border color

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

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

This div border color is #CBE6FA.

Opacity

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

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

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

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

This text has shadow with #CBE6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBE6FA.

Preview

Color preview on black background

This text has color #CBE6FA on black background.


Color preview on white background

This text has color #CBE6FA on white background.


Black color preview on #CBE6FA background

This text has black color on #CBE6FA background.


White color preview on #CBE6FA background

This text has white color on #CBE6FA background.


Related colors

Complementary color

Complementary color for #hex is #341905.


I love getcolorcode.com

Triadic colors

1 #FACBE6 and #E6FACB with #CBE6FA are triadic colors.

2 #FAE6CB and #E6CBFA with #CBE6FA are triadic colors.