COLOR #CAB2BE

HEX: #CAB2BE
RGB: (202,178,190)

Color info

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

RGB color model

#CAB2BE color RGB value is (202,178,190).

  • red value is 202;
  • green value is 178;
  • blue value is 190.
RGB:
(202,178,190)
(79%,70%,75%)

RGB channels and saturation

R 202 of 255 = 79%
G 178 of 255 = 70%
B 190 of 255 = 75%

202
178
190

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

Portions of RGB colors in percentages

R + G + B =
202 + 178 + 190 = 570 (100%)
R 202 of 570 ~ 35.44%
G 178 of 570 ~ 31.23%
B 190 of 570 ~ 33.33%

%35.44
%31.23
%33.33

CMYK color model

#CAB2BE color CMYK value is (0,12,6,21).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(0,12,6,21)
C0M12Y6K21 
(0%,12%,6%,21%)
(0.00/0.12/0.06/0.21)	

CMYK percentages

%0
%11.88
%5.94
%20.78

Codes

Color #CAB2BE in popluar color models

CAB2BE
RGB202178190
HSL330°18.46%74.51%
HSB/HSV330°11.88%79.22%
CMYK0.00%11.88%5.94%
20.78%

Color #CAB2BE in popluar number systems.

HEXCAB2BE
Decimal202178190
Binary110010101011001010111110
Octal312262276

Shades and tints

Shades of #CAB2BE

#CAB2BE
(202,178,190)
#B8A2AD
(184,162,173)
#A6929C
(166,146,156)
#94828B
(148,130,139)
#82727A
(130,114,122)
#706269
(112,98,105)
#5E5258
(94,82,88)
#4C4247
(76,66,71)
#3A3236
(58,50,54)
#282225
(40,34,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #CAB2BE

#CAB2BE
(202,178,190)
#CEB9C3
(206,185,195)
#D2C0C8
(210,192,200)
#D6C7CD
(214,199,205)
#DACED2
(218,206,210)
#DED5D7
(222,213,215)
#E2DCDC
(226,220,220)
#E6E3E1
(230,227,225)
#EAEAE6
(234,234,230)
#EEF1EB
(238,241,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB2BE color. Also use rgb(202,178,190) instead hex code.

Text Font Color

.myTextColor { color: #CAB2BE; }

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

This text font color is #CAB2BE.


Background Color

.myBgColor { background-color: #CAB2BE; }

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

This div background color is #CAB2BE.


Border color

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

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

This div border color is #CAB2BE.


Opacity

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

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

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

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

This text has shadow with #CAB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB2BE on black background.


Color preview on white background

This text has color #CAB2BE on white background.



Black color preview on #CAB2BE background

This text has black color on #CAB2BE background.


White color preview on #CAB2BE background

This text has white color on #CAB2BE background.