COLOR #CCBED4

HEX: #CCBED4
RGB: (204,190,212)

Color info

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

RGB color model

#CCBED4 color RGB value is (204,190,212).

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

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 212 of 255 = 83%

204
190
212

R + G + B ~ 79%. #CCBED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 190 + 212 = 606 (100%)
R 204 of 606 ~ 33.66%
G 190 of 606 ~ 31.35%
B 212 of 606 ~ 34.98%

%33.66
%31.35
%34.98

CMYK color model

#CCBED4 color CMYK value is (4,10,0,17).

  • cyan value is 3.77%
  • magenta value is 10.38%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(4,10,0,17)
C4M10Y0K17 
(4%,10%,0%,17%)
(0.04/0.10/0.00/0.17)	

CMYK percentages

%3.77
%10.38
%0
%16.86

Codes

Color #CCBED4 in popluar color models

CCBED4
RGB204190212
HSL278°20.37%78.82%
HSB/HSV278°10.38%83.14%
CMYK3.77%10.38%0.00%
16.86%

Color #CCBED4 in popluar number systems.

HEXCCBED4
Decimal204190212
Binary110011001011111011010100
Octal314276324

Shades and tints

Shades of #CCBED4

#CCBED4
(204,190,212)
#BAADC1
(186,173,193)
#A89CAE
(168,156,174)
#968B9B
(150,139,155)
#847A88
(132,122,136)
#726975
(114,105,117)
#605862
(96,88,98)
#4E474F
(78,71,79)
#3C363C
(60,54,60)
#2A2529
(42,37,41)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCBED4

#CCBED4
(204,190,212)
#D0C3D7
(208,195,215)
#D4C8DA
(212,200,218)
#D8CDDD
(216,205,221)
#DCD2E0
(220,210,224)
#E0D7E3
(224,215,227)
#E4DCE6
(228,220,230)
#E8E1E9
(232,225,233)
#ECE6EC
(236,230,236)
#F0EBEF
(240,235,239)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBED4; }

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

This text font color is #CCBED4.


Background Color

.myBgColor { background-color: #CCBED4; }

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

This div background color is #CCBED4.


Border color

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

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

This div border color is #CCBED4.


Opacity

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

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

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

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

This text has shadow with #CCBED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBED4 on black background.


Color preview on white background

This text has color #CCBED4 on white background.



Black color preview on #CCBED4 background

This text has black color on #CCBED4 background.


White color preview on #CCBED4 background

This text has white color on #CCBED4 background.