COLOR #CBABC6

HEX: #CBABC6 RGB: (203,171,198)

Color info

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

RGB color model

#CBABC6 color RGB value is (203,171,198).

RGB: (203,171,198) (80%, 67%, 78%)

RGB channels and saturation

R 203 of 255 = 80%
G 171 of 255 = 67%
B 198 of 255 = 78%

203
171
198

R + G + B ~ 75%. #CBABC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 171 + 198 = 572 (100%)
R 203 of 572 ~ 35.49%
G 171 of 572 ~ 29.9%
B 198 of 572 ~ 34.62'%

%35.49
%29.9
%34.62

CMYK color model

#CBABC6 color CMYK value is (0,16,2,20).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 2.46%
  • key color value is 20.39%
CMYK: (0,16,2,20) C0M16Y2K20 (0%,16%,2%,20%) (0.00/0.16/0.02/0.20) 

CMYK percentages

%0
%15.76
%2.46
%20.39

Codes

Color #CBABC6 in popluar color models

CB AB C6
RGB 203 171 198
HSL 309° 23.53% 73.33%
HSB/HSV 309° 15.76% 79.61%
CMYK 0.00% 15.76% 2.46%
20.39%

Color #CBABC6 in popluar number systems.

HEX CB AB C6
Decimal 203 171 198
Binary 11001011 10101011 11000110
Octal 313 253 306

Shades and tints

Shades of #CBABC6

#CBABC6
(203,171,198)
#B99CB4
(185,156,180)
#A78DA2
(167,141,162)
#957E90
(149,126,144)
#836F7E
(131,111,126)
#71606C
(113,96,108)
#5F515A
(95,81,90)
#4D4248
(77,66,72)
#3B3336
(59,51,54)
#292424
(41,36,36)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #CBABC6

#CBABC6
(203,171,198)
#CFB2CB
(207,178,203)
#D3B9D0
(211,185,208)
#D7C0D5
(215,192,213)
#DBC7DA
(219,199,218)
#DFCEDF
(223,206,223)
#E3D5E4
(227,213,228)
#E7DCE9
(231,220,233)
#EBE3EE
(235,227,238)
#EFEAF3
(239,234,243)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBABC6; }

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

This text font color is #CBABC6.

Background Color

.myBgColor { background-color: #CBABC6; }

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

This div background color is #CBABC6.

Border color

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

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

This div border color is #CBABC6.

Opacity

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

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

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

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

This text has shadow with #CBABC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBABC6.

Preview

Color preview on black background

This text has color #CBABC6 on black background.


Color preview on white background

This text has color #CBABC6 on white background.


Black color preview on #CBABC6 background

This text has black color on #CBABC6 background.


White color preview on #CBABC6 background

This text has white color on #CBABC6 background.


Related colors

Complementary color

Complementary color for #hex is #345439.


I love getcolorcode.com

Triadic colors

1 #C6CBAB and #ABC6CB with #CBABC6 are triadic colors.

2 #C6ABCB and #ABCBC6 with #CBABC6 are triadic colors.