COLOR #CCBEB5

HEX: #CCBEB5
RGB: (204,190,181)

Color info

#CCBEB5 contains red, green and blue colors in about the same proportion. Web safe color of #CCBEB5 is #CCCCCC (or #CCC).

RGB color model

#CCBEB5 color RGB value is (204,190,181).

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

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 181 of 255 = 71%

204
190
181

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

Portions of RGB colors in percentages

R + G + B =
204 + 190 + 181 = 575 (100%)
R 204 of 575 ~ 35.48%
G 190 of 575 ~ 33.04%
B 181 of 575 ~ 31.48%

%35.48
%33.04
%31.48

CMYK color model

#CCBEB5 color CMYK value is (0,7,11,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 11.27%
  • key color value is 20.00%
CMYK:
(0,7,11,20)
C0M7Y11K20 
(0%,7%,11%,20%)
(0.00/0.07/0.11/0.20)	

CMYK percentages

%0
%6.86
%11.27
%20

Codes

Color #CCBEB5 in popluar color models

CCBEB5
RGB204190181
HSL23°18.40%75.49%
HSB/HSV23°11.27%80.00%
CMYK0.00%6.86%11.27%
20.00%

Color #CCBEB5 in popluar number systems.

HEXCCBEB5
Decimal204190181
Binary110011001011111010110101
Octal314276265

Shades and tints

Shades of #CCBEB5

#CCBEB5
(204,190,181)
#BAADA5
(186,173,165)
#A89C95
(168,156,149)
#968B85
(150,139,133)
#847A75
(132,122,117)
#726965
(114,105,101)
#605855
(96,88,85)
#4E4745
(78,71,69)
#3C3635
(60,54,53)
#2A2525
(42,37,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCBEB5

#CCBEB5
(204,190,181)
#D0C3BB
(208,195,187)
#D4C8C1
(212,200,193)
#D8CDC7
(216,205,199)
#DCD2CD
(220,210,205)
#E0D7D3
(224,215,211)
#E4DCD9
(228,220,217)
#E8E1DF
(232,225,223)
#ECE6E5
(236,230,229)
#F0EBEB
(240,235,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEB5; }

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

This text font color is #CCBEB5.


Background Color

.myBgColor { background-color: #CCBEB5; }

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

This div background color is #CCBEB5.


Border color

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

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

This div border color is #CCBEB5.


Opacity

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

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

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

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

This text has shadow with #CCBEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBEB5 on black background.


Color preview on white background

This text has color #CCBEB5 on white background.



Black color preview on #CCBEB5 background

This text has black color on #CCBEB5 background.


White color preview on #CCBEB5 background

This text has white color on #CCBEB5 background.