COLOR #CCBEB8

HEX: #CCBEB8 RGB: (204,190,184)

Color info

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

RGB color model

#CCBEB8 color RGB value is (204,190,184).

RGB: (204,190,184) (80%, 75%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 184 of 255 = 72%

204
190
184

R + G + B ~ 76%. #CCBEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 184 = 578 (100%)
R 204 of 578 ~ 35.29%
G 190 of 578 ~ 32.87%
B 184 of 578 ~ 31.83'%

%35.29
%32.87
%31.83

CMYK color model

#CCBEB8 color CMYK value is (0,7,10,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 9.80%
  • key color value is 20.00%

CMYK: (0,7,10,20)
C0M7Y10K20 (0%, 7%, 10%, 20%)
(0.00 / 0.07 / 0.10 / 0.20)

CMYK percentages

%0
%6.86
%9.8
%20

Codes

Color #CCBEB8 in popluar color models

CC BE B8
RGB 204 190 184
HSL 18° 16.39% 76.08%
HSB/HSV 18° 9.80% 80.00%
CMYK 0.00% 6.86% 9.80%
20.00%

Color #CCBEB8 in popluar number systems.

HEX CC BE B8
Decimal 204 190 184
Binary 11001100 10111110 10111000
Octal 314 276 270

Shades and tints

Shades of #CCBEB8

#CCBEB8
(204,190,184)
#BAADA8
(186,173,168)
#A89C98
(168,156,152)
#968B88
(150,139,136)
#847A78
(132,122,120)
#726968
(114,105,104)
#605858
(96,88,88)
#4E4748
(78,71,72)
#3C3638
(60,54,56)
#2A2528
(42,37,40)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CCBEB8

#CCBEB8
(204,190,184)
#D0C3BE
(208,195,190)
#D4C8C4
(212,200,196)
#D8CDCA
(216,205,202)
#DCD2D0
(220,210,208)
#E0D7D6
(224,215,214)
#E4DCDC
(228,220,220)
#E8E1E2
(232,225,226)
#ECE6E8
(236,230,232)
#F0EBEE
(240,235,238)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEB8; }

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

This text font color is #CCBEB8.

Background Color

.myBgColor { background-color: #CCBEB8; }

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

This div background color is #CCBEB8.

Border color

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

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

This div border color is #CCBEB8.

Opacity

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

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

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

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

This text has shadow with #CCBEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEB8.

Preview

Color preview on black background

This text has color #CCBEB8 on black background.


Color preview on white background

This text has color #CCBEB8 on white background.


Black color preview on #CCBEB8 background

This text has black color on #CCBEB8 background.


White color preview on #CCBEB8 background

This text has white color on #CCBEB8 background.


Related colors

Complementary color

Complementary color for #hex is #334147.


I love getcolorcode.com

Triadic colors

1 #B8CCBE and #BEB8CC with #CCBEB8 are triadic colors.

2 #B8BECC and #BECCB8 with #CCBEB8 are triadic colors.