COLOR #CCBEC5

HEX: #CCBEC5 RGB: (204,190,197)

Color info

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

RGB color model

#CCBEC5 color RGB value is (204,190,197).

RGB: (204,190,197) (80%, 75%, 77%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 197 of 255 = 77%

204
190
197

R + G + B ~ 77%. #CCBEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 197 = 591 (100%)
R 204 of 591 ~ 34.52%
G 190 of 591 ~ 32.15%
B 197 of 591 ~ 33.33'%

%34.52
%32.15
%33.33

CMYK color model

#CCBEC5 color CMYK value is (0,7,3,20).

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

CMYK: (0,7,3,20)
C0M7Y3K20 (0%, 7%, 3%, 20%)
(0.00 / 0.07 / 0.03 / 0.20)

CMYK percentages

%0
%6.86
%3.43
%20

Codes

Color #CCBEC5 in popluar color models

CC BE C5
RGB 204 190 197
HSL 330° 12.07% 77.25%
HSB/HSV 330° 6.86% 80.00%
CMYK 0.00% 6.86% 3.43%
20.00%

Color #CCBEC5 in popluar number systems.

HEX CC BE C5
Decimal 204 190 197
Binary 11001100 10111110 11000101
Octal 314 276 305

Shades and tints

Shades of #CCBEC5

#CCBEC5
(204,190,197)
#BAADB4
(186,173,180)
#A89CA3
(168,156,163)
#968B92
(150,139,146)
#847A81
(132,122,129)
#726970
(114,105,112)
#60585F
(96,88,95)
#4E474E
(78,71,78)
#3C363D
(60,54,61)
#2A252C
(42,37,44)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #CCBEC5

#CCBEC5
(204,190,197)
#D0C3CA
(208,195,202)
#D4C8CF
(212,200,207)
#D8CDD4
(216,205,212)
#DCD2D9
(220,210,217)
#E0D7DE
(224,215,222)
#E4DCE3
(228,220,227)
#E8E1E8
(232,225,232)
#ECE6ED
(236,230,237)
#F0EBF2
(240,235,242)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEC5; }

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

This text font color is #CCBEC5.

Background Color

.myBgColor { background-color: #CCBEC5; }

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

This div background color is #CCBEC5.

Border color

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

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

This div border color is #CCBEC5.

Opacity

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

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

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

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

This text has shadow with #CCBEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEC5.

Preview

Color preview on black background

This text has color #CCBEC5 on black background.


Color preview on white background

This text has color #CCBEC5 on white background.


Black color preview on #CCBEC5 background

This text has black color on #CCBEC5 background.


White color preview on #CCBEC5 background

This text has white color on #CCBEC5 background.


Related colors

Complementary color

Complementary color for #hex is #33413A.


I love getcolorcode.com

Triadic colors

1 #C5CCBE and #BEC5CC with #CCBEC5 are triadic colors.

2 #C5BECC and #BECCC5 with #CCBEC5 are triadic colors.