COLOR #CCBEA1

HEX: #CCBEA1
RGB: (204,190,161)

Color info

#CCBEA1 contains red, green and blue colors in about the same proportion. Web safe color of #CCBEA1 is #CCCC99 (or #CC9).

RGB color model

#CCBEA1 color RGB value is (204,190,161).

  • red value is 204;
  • green value is 190;
  • blue value is 161.
RGB:
(204,190,161)
(80%,75%,63%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 161 of 255 = 63%

204
190
161

R + G + B ~ 73%. #CCBEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 190 + 161 = 555 (100%)
R 204 of 555 ~ 36.76%
G 190 of 555 ~ 34.23%
B 161 of 555 ~ 29.01%

%36.76
%34.23
%29.01

CMYK color model

#CCBEA1 color CMYK value is (0,7,21,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 21.08%
  • key color value is 20.00%
CMYK:
(0,7,21,20)
C0M7Y21K20 
(0%,7%,21%,20%)
(0.00/0.07/0.21/0.20)	

CMYK percentages

%0
%6.86
%21.08
%20

Codes

Color #CCBEA1 in popluar color models

CCBEA1
RGB204190161
HSL40°29.66%71.57%
HSB/HSV40°21.08%80.00%
CMYK0.00%6.86%21.08%
20.00%

Color #CCBEA1 in popluar number systems.

HEXCCBEA1
Decimal204190161
Binary110011001011111010100001
Octal314276241

Shades and tints

Shades of #CCBEA1

#CCBEA1
(204,190,161)
#BAAD93
(186,173,147)
#A89C85
(168,156,133)
#968B77
(150,139,119)
#847A69
(132,122,105)
#72695B
(114,105,91)
#60584D
(96,88,77)
#4E473F
(78,71,63)
#3C3631
(60,54,49)
#2A2523
(42,37,35)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCBEA1

#CCBEA1
(204,190,161)
#D0C3A9
(208,195,169)
#D4C8B1
(212,200,177)
#D8CDB9
(216,205,185)
#DCD2C1
(220,210,193)
#E0D7C9
(224,215,201)
#E4DCD1
(228,220,209)
#E8E1D9
(232,225,217)
#ECE6E1
(236,230,225)
#F0EBE9
(240,235,233)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBEA1 color. Also use rgb(204,190,161) instead hex code.

Text Font Color

.myTextColor { color: #CCBEA1; }

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

This text font color is #CCBEA1.


Background Color

.myBgColor { background-color: #CCBEA1; }

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

This div background color is #CCBEA1.


Border color

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

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

This div border color is #CCBEA1.


Opacity

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

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

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

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

This text has shadow with #CCBEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBEA1 on black background.


Color preview on white background

This text has color #CCBEA1 on white background.



Black color preview on #CCBEA1 background

This text has black color on #CCBEA1 background.


White color preview on #CCBEA1 background

This text has white color on #CCBEA1 background.