COLOR #CBABD6

HEX: #CBABD6
RGB: (203,171,214)

Color info

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

RGB color model

#CBABD6 color RGB value is (203,171,214).

  • red value is 203;
  • green value is 171;
  • blue value is 214.
RGB:
(203,171,214)
(80%,67%,84%)

RGB channels and saturation

R 203 of 255 = 80%
G 171 of 255 = 67%
B 214 of 255 = 84%

203
171
214

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

Portions of RGB colors in percentages

R + G + B =
203 + 171 + 214 = 588 (100%)
R 203 of 588 ~ 34.52%
G 171 of 588 ~ 29.08%
B 214 of 588 ~ 36.39%

%34.52
%29.08
%36.39

CMYK color model

#CBABD6 color CMYK value is (5,20,0,16).

  • cyan value is 5.14%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(5,20,0,16)
C5M20Y0K16 
(5%,20%,0%,16%)
(0.05/0.20/0.00/0.16)	

CMYK percentages

%5.14
%20.09
%0
%16.08

Codes

Color #CBABD6 in popluar color models

CBABD6
RGB203171214
HSL285°34.40%75.49%
HSB/HSV285°20.09%83.92%
CMYK5.14%20.09%0.00%
16.08%

Color #CBABD6 in popluar number systems.

HEXCBABD6
Decimal203171214
Binary110010111010101111010110
Octal313253326

Shades and tints

Shades of #CBABD6

#CBABD6
(203,171,214)
#B99CC3
(185,156,195)
#A78DB0
(167,141,176)
#957E9D
(149,126,157)
#836F8A
(131,111,138)
#716077
(113,96,119)
#5F5164
(95,81,100)
#4D4251
(77,66,81)
#3B333E
(59,51,62)
#29242B
(41,36,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #CBABD6

#CBABD6
(203,171,214)
#CFB2D9
(207,178,217)
#D3B9DC
(211,185,220)
#D7C0DF
(215,192,223)
#DBC7E2
(219,199,226)
#DFCEE5
(223,206,229)
#E3D5E8
(227,213,232)
#E7DCEB
(231,220,235)
#EBE3EE
(235,227,238)
#EFEAF1
(239,234,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBABD6 color. Also use rgb(203,171,214) instead hex code.

Text Font Color

.myTextColor { color: #CBABD6; }

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

This text font color is #CBABD6.


Background Color

.myBgColor { background-color: #CBABD6; }

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

This div background color is #CBABD6.


Border color

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

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

This div border color is #CBABD6.


Opacity

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

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

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

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

This text has shadow with #CBABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBABD6 on black background.


Color preview on white background

This text has color #CBABD6 on white background.



Black color preview on #CBABD6 background

This text has black color on #CBABD6 background.


White color preview on #CBABD6 background

This text has white color on #CBABD6 background.