COLOR #CBDAF9

HEX: #CBDAF9
RGB: (203,218,249)

Color info

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

RGB color model

#CBDAF9 color RGB value is (203,218,249).

  • red value is 203;
  • green value is 218;
  • blue value is 249.
RGB:
(203,218,249)
(80%,85%,98%)

RGB channels and saturation

R 203 of 255 = 80%
G 218 of 255 = 85%
B 249 of 255 = 98%

203
218
249

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

Portions of RGB colors in percentages

R + G + B =
203 + 218 + 249 = 670 (100%)
R 203 of 670 ~ 30.3%
G 218 of 670 ~ 32.54%
B 249 of 670 ~ 37.16%

%30.3
%32.54
%37.16

CMYK color model

#CBDAF9 color CMYK value is (18,12,0,2).

  • cyan value is 18.47%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(18,12,0,2)
C18M12Y0K2 
(18%,12%,0%,2%)
(0.18/0.12/0.00/0.02)	

CMYK percentages

%18.47
%12.45
%0
%2.35

Codes

Color #CBDAF9 in popluar color models

CBDAF9
RGB203218249
HSL220°79.31%88.63%
HSB/HSV220°18.47%97.65%
CMYK18.47%12.45%0.00%
2.35%

Color #CBDAF9 in popluar number systems.

HEXCBDAF9
Decimal203218249
Binary110010111101101011111001
Octal313332371

Shades and tints

Shades of #CBDAF9

#CBDAF9
(203,218,249)
#B9C7E3
(185,199,227)
#A7B4CD
(167,180,205)
#95A1B7
(149,161,183)
#838EA1
(131,142,161)
#717B8B
(113,123,139)
#5F6875
(95,104,117)
#4D555F
(77,85,95)
#3B4249
(59,66,73)
#292F33
(41,47,51)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #CBDAF9

#CBDAF9
(203,218,249)
#CFDDF9
(207,221,249)
#D3E0F9
(211,224,249)
#D7E3F9
(215,227,249)
#DBE6F9
(219,230,249)
#DFE9F9
(223,233,249)
#E3ECF9
(227,236,249)
#E7EFF9
(231,239,249)
#EBF2F9
(235,242,249)
#EFF5F9
(239,245,249)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBDAF9 color. Also use rgb(203,218,249) instead hex code.

Text Font Color

.myTextColor { color: #CBDAF9; }

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

This text font color is #CBDAF9.


Background Color

.myBgColor { background-color: #CBDAF9; }

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

This div background color is #CBDAF9.


Border color

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

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

This div border color is #CBDAF9.


Opacity

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

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

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

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

This text has shadow with #CBDAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDAF9 on black background.


Color preview on white background

This text has color #CBDAF9 on white background.



Black color preview on #CBDAF9 background

This text has black color on #CBDAF9 background.


White color preview on #CBDAF9 background

This text has white color on #CBDAF9 background.