COLOR #CCBEC7

HEX: #CCBEC7
RGB: (204,190,199)

Color info

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

RGB color model

#CCBEC7 color RGB value is (204,190,199).

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

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 199 of 255 = 78%

204
190
199

R + G + B ~ 78%. #CCBEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 190 + 199 = 593 (100%)
R 204 of 593 ~ 34.4%
G 190 of 593 ~ 32.04%
B 199 of 593 ~ 33.56%

%34.4
%32.04
%33.56

CMYK color model

#CCBEC7 color CMYK value is (0,7,2,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(0,7,2,20)
C0M7Y2K20 
(0%,7%,2%,20%)
(0.00/0.07/0.02/0.20)	

CMYK percentages

%0
%6.86
%2.45
%20

Codes

Color #CCBEC7 in popluar color models

CCBEC7
RGB204190199
HSL321°12.07%77.25%
HSB/HSV321°6.86%80.00%
CMYK0.00%6.86%2.45%
20.00%

Color #CCBEC7 in popluar number systems.

HEXCCBEC7
Decimal204190199
Binary110011001011111011000111
Octal314276307

Shades and tints

Shades of #CCBEC7

#CCBEC7
(204,190,199)
#BAADB5
(186,173,181)
#A89CA3
(168,156,163)
#968B91
(150,139,145)
#847A7F
(132,122,127)
#72696D
(114,105,109)
#60585B
(96,88,91)
#4E4749
(78,71,73)
#3C3637
(60,54,55)
#2A2525
(42,37,37)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CCBEC7

#CCBEC7
(204,190,199)
#D0C3CC
(208,195,204)
#D4C8D1
(212,200,209)
#D8CDD6
(216,205,214)
#DCD2DB
(220,210,219)
#E0D7E0
(224,215,224)
#E4DCE5
(228,220,229)
#E8E1EA
(232,225,234)
#ECE6EF
(236,230,239)
#F0EBF4
(240,235,244)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEC7; }

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

This text font color is #CCBEC7.


Background Color

.myBgColor { background-color: #CCBEC7; }

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

This div background color is #CCBEC7.


Border color

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

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

This div border color is #CCBEC7.


Opacity

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

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

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

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

This text has shadow with #CCBEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBEC7 on black background.


Color preview on white background

This text has color #CCBEC7 on white background.



Black color preview on #CCBEC7 background

This text has black color on #CCBEC7 background.


White color preview on #CCBEC7 background

This text has white color on #CCBEC7 background.