COLOR #CCCBF4

HEX: #CCCBF4 RGB: (204,203,244)

Color info

#CCCBF4 contains red, green and blue colors in about the same proportion. Web safe color of #CCCBF4 is #CCCCFF (or #CCF).

RGB color model

#CCCBF4 color RGB value is (204,203,244).

RGB: (204,203,244) (80%, 80%, 96%)

RGB channels and saturation

R 204 of 255 = 80%
G 203 of 255 = 80%
B 244 of 255 = 96%

204
203
244

R + G + B ~ 85%. #CCCBF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 203 + 244 = 651 (100%)
R 204 of 651 ~ 31.34%
G 203 of 651 ~ 31.18%
B 244 of 651 ~ 37.48'%

%31.34
%31.18
%37.48

CMYK color model

#CCCBF4 color CMYK value is (16,17,0,4).

  • cyan value is 16.39%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (16,17,0,4)
C16M17Y0K4 (16%, 17%, 0%, 4%)
(0.16 / 0.17 / 0.00 / 0.04)

CMYK percentages

%16.39
%16.8
%0
%4.31

Codes

Color #CCCBF4 in popluar color models

CC CB F4
RGB 204 203 244
HSL 241° 65.08% 87.65%
HSB/HSV 241° 16.80% 95.69%
CMYK 16.39% 16.80% 0.00%
4.31%

Color #CCCBF4 in popluar number systems.

HEX CC CB F4
Decimal 204 203 244
Binary 11001100 11001011 11110100
Octal 314 313 364

Shades and tints

Shades of #CCCBF4

#CCCBF4
(204,203,244)
#BAB9DE
(186,185,222)
#A8A7C8
(168,167,200)
#9695B2
(150,149,178)
#84839C
(132,131,156)
#727186
(114,113,134)
#605F70
(96,95,112)
#4E4D5A
(78,77,90)
#3C3B44
(60,59,68)
#2A292E
(42,41,46)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCCBF4

#CCCBF4
(204,203,244)
#D0CFF5
(208,207,245)
#D4D3F6
(212,211,246)
#D8D7F7
(216,215,247)
#DCDBF8
(220,219,248)
#E0DFF9
(224,223,249)
#E4E3FA
(228,227,250)
#E8E7FB
(232,231,251)
#ECEBFC
(236,235,252)
#F0EFFD
(240,239,253)
#F4F3FE
(244,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCBF4 color. Also use rgb(204,203,244) instead hex code.

Text Font Color

.myTextColor { color: #CCCBF4; }

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

This text font color is #CCCBF4.

Background Color

.myBgColor { background-color: #CCCBF4; }

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

This div background color is #CCCBF4.

Border color

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

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

This div border color is #CCCBF4.

Opacity

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

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

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

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

This text has shadow with #CCCBF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCBF4.

Preview

Color preview on black background

This text has color #CCCBF4 on black background.


Color preview on white background

This text has color #CCCBF4 on white background.


Black color preview on #CCCBF4 background

This text has black color on #CCCBF4 background.


White color preview on #CCCBF4 background

This text has white color on #CCCBF4 background.


Related colors

Complementary color

Complementary color for #hex is #33340B.


I love getcolorcode.com

Triadic colors

1 #F4CCCB and #CBF4CC with #CCCBF4 are triadic colors.

2 #F4CBCC and #CBCCF4 with #CCCBF4 are triadic colors.