COLOR #CAB1BE

HEX: #CAB1BE
RGB: (202,177,190)

Color info

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

RGB color model

#CAB1BE color RGB value is (202,177,190).

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

RGB channels and saturation

R 202 of 255 = 79%
G 177 of 255 = 69%
B 190 of 255 = 75%

202
177
190

R + G + B ~ 74%. #CAB1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 177 + 190 = 569 (100%)
R 202 of 569 ~ 35.5%
G 177 of 569 ~ 31.11%
B 190 of 569 ~ 33.39%

%35.5
%31.11
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.38%
  • 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
%12.38
%5.94
%20.78

Codes

Color #CAB1BE in popluar color models

CAB1BE
RGB202177190
HSL329°19.08%74.31%
HSB/HSV329°12.38%79.22%
CMYK0.00%12.38%5.94%
20.78%

Color #CAB1BE in popluar number systems.

HEXCAB1BE
Decimal202177190
Binary110010101011000110111110
Octal312261276

Shades and tints

Shades of #CAB1BE

#CAB1BE
(202,177,190)
#B8A1AD
(184,161,173)
#A6919C
(166,145,156)
#94818B
(148,129,139)
#82717A
(130,113,122)
#706169
(112,97,105)
#5E5158
(94,81,88)
#4C4147
(76,65,71)
#3A3136
(58,49,54)
#282125
(40,33,37)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #CAB1BE

#CAB1BE
(202,177,190)
#CEB8C3
(206,184,195)
#D2BFC8
(210,191,200)
#D6C6CD
(214,198,205)
#DACDD2
(218,205,210)
#DED4D7
(222,212,215)
#E2DBDC
(226,219,220)
#E6E2E1
(230,226,225)
#EAE9E6
(234,233,230)
#EEF0EB
(238,240,235)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB1BE; }

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

This text font color is #CAB1BE.


Background Color

.myBgColor { background-color: #CAB1BE; }

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

This div background color is #CAB1BE.


Border color

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

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

This div border color is #CAB1BE.


Opacity

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

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

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

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

This text has shadow with #CAB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB1BE on black background.


Color preview on white background

This text has color #CAB1BE on white background.



Black color preview on #CAB1BE background

This text has black color on #CAB1BE background.


White color preview on #CAB1BE background

This text has white color on #CAB1BE background.