COLOR #CBA6D2

HEX: #CBA6D2
RGB: (203,166,210)

Color info

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

RGB color model

#CBA6D2 color RGB value is (203,166,210).

  • red value is 203;
  • green value is 166;
  • blue value is 210.
RGB:
(203,166,210)
(80%,65%,82%)

RGB channels and saturation

R 203 of 255 = 80%
G 166 of 255 = 65%
B 210 of 255 = 82%

203
166
210

R + G + B ~ 76%. #CBA6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 166 + 210 = 579 (100%)
R 203 of 579 ~ 35.06%
G 166 of 579 ~ 28.67%
B 210 of 579 ~ 36.27%

%35.06
%28.67
%36.27

CMYK color model

#CBA6D2 color CMYK value is (3,21,0,18).

  • cyan value is 3.33%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(3,21,0,18)
C3M21Y0K18 
(3%,21%,0%,18%)
(0.03/0.21/0.00/0.18)	

CMYK percentages

%3.33
%20.95
%0
%17.65

Codes

Color #CBA6D2 in popluar color models

CBA6D2
RGB203166210
HSL290°32.84%73.73%
HSB/HSV290°20.95%82.35%
CMYK3.33%20.95%0.00%
17.65%

Color #CBA6D2 in popluar number systems.

HEXCBA6D2
Decimal203166210
Binary110010111010011011010010
Octal313246322

Shades and tints

Shades of #CBA6D2

#CBA6D2
(203,166,210)
#B997BF
(185,151,191)
#A788AC
(167,136,172)
#957999
(149,121,153)
#836A86
(131,106,134)
#715B73
(113,91,115)
#5F4C60
(95,76,96)
#4D3D4D
(77,61,77)
#3B2E3A
(59,46,58)
#291F27
(41,31,39)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #CBA6D2

#CBA6D2
(203,166,210)
#CFAED6
(207,174,214)
#D3B6DA
(211,182,218)
#D7BEDE
(215,190,222)
#DBC6E2
(219,198,226)
#DFCEE6
(223,206,230)
#E3D6EA
(227,214,234)
#E7DEEE
(231,222,238)
#EBE6F2
(235,230,242)
#EFEEF6
(239,238,246)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBA6D2 color. Also use rgb(203,166,210) instead hex code.

Text Font Color

.myTextColor { color: #CBA6D2; }

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

This text font color is #CBA6D2.


Background Color

.myBgColor { background-color: #CBA6D2; }

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

This div background color is #CBA6D2.


Border color

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

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

This div border color is #CBA6D2.


Opacity

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

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

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

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

This text has shadow with #CBA6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA6D2 on black background.


Color preview on white background

This text has color #CBA6D2 on white background.



Black color preview on #CBA6D2 background

This text has black color on #CBA6D2 background.


White color preview on #CBA6D2 background

This text has white color on #CBA6D2 background.