COLOR #CBAED1

HEX: #CBAED1
RGB: (203,174,209)

Color info

#CBAED1 contains red, green and blue colors in about the same proportion. Web safe color of #CBAED1 is #CC99CC (or #C9C).

RGB color model

#CBAED1 color RGB value is (203,174,209).

  • red value is 203;
  • green value is 174;
  • blue value is 209.
RGB:
(203,174,209)
(80%,68%,82%)

RGB channels and saturation

R 203 of 255 = 80%
G 174 of 255 = 68%
B 209 of 255 = 82%

203
174
209

R + G + B ~ 77%. #CBAED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 174 + 209 = 586 (100%)
R 203 of 586 ~ 34.64%
G 174 of 586 ~ 29.69%
B 209 of 586 ~ 35.67%

%34.64
%29.69
%35.67

CMYK color model

#CBAED1 color CMYK value is (3,17,0,18).

  • cyan value is 2.87%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(3,17,0,18)
C3M17Y0K18 
(3%,17%,0%,18%)
(0.03/0.17/0.00/0.18)	

CMYK percentages

%2.87
%16.75
%0
%18.04

Codes

Color #CBAED1 in popluar color models

CBAED1
RGB203174209
HSL290°27.56%75.10%
HSB/HSV290°16.75%81.96%
CMYK2.87%16.75%0.00%
18.04%

Color #CBAED1 in popluar number systems.

HEXCBAED1
Decimal203174209
Binary110010111010111011010001
Octal313256321

Shades and tints

Shades of #CBAED1

#CBAED1
(203,174,209)
#B99FBE
(185,159,190)
#A790AB
(167,144,171)
#958198
(149,129,152)
#837285
(131,114,133)
#716372
(113,99,114)
#5F545F
(95,84,95)
#4D454C
(77,69,76)
#3B3639
(59,54,57)
#292726
(41,39,38)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #CBAED1

#CBAED1
(203,174,209)
#CFB5D5
(207,181,213)
#D3BCD9
(211,188,217)
#D7C3DD
(215,195,221)
#DBCAE1
(219,202,225)
#DFD1E5
(223,209,229)
#E3D8E9
(227,216,233)
#E7DFED
(231,223,237)
#EBE6F1
(235,230,241)
#EFEDF5
(239,237,245)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBAED1 color. Also use rgb(203,174,209) instead hex code.

Text Font Color

.myTextColor { color: #CBAED1; }

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

This text font color is #CBAED1.


Background Color

.myBgColor { background-color: #CBAED1; }

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

This div background color is #CBAED1.


Border color

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

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

This div border color is #CBAED1.


Opacity

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

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

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

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

This text has shadow with #CBAED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAED1 on black background.


Color preview on white background

This text has color #CBAED1 on white background.



Black color preview on #CBAED1 background

This text has black color on #CBAED1 background.


White color preview on #CBAED1 background

This text has white color on #CBAED1 background.