COLOR #CCBEC2

HEX: #CCBEC2 RGB: (204,190,194)

Color info

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

RGB color model

#CCBEC2 color RGB value is (204,190,194).

RGB: (204,190,194) (80%, 75%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 194 of 255 = 76%

204
190
194

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

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 194 = 588 (100%)
R 204 of 588 ~ 34.69%
G 190 of 588 ~ 32.31%
B 194 of 588 ~ 32.99'%

%34.69
%32.31
%32.99

CMYK color model

#CCBEC2 color CMYK value is (0,7,5,20).

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

CMYK: (0,7,5,20)
C0M7Y5K20 (0%, 7%, 5%, 20%)
(0.00 / 0.07 / 0.05 / 0.20)

CMYK percentages

%0
%6.86
%4.9
%20

Codes

Color #CCBEC2 in popluar color models

CC BE C2
RGB 204 190 194
HSL 343° 12.07% 77.25%
HSB/HSV 343° 6.86% 80.00%
CMYK 0.00% 6.86% 4.90%
20.00%

Color #CCBEC2 in popluar number systems.

HEX CC BE C2
Decimal 204 190 194
Binary 11001100 10111110 11000010
Octal 314 276 302

Shades and tints

Shades of #CCBEC2

#CCBEC2
(204,190,194)
#BAADB1
(186,173,177)
#A89CA0
(168,156,160)
#968B8F
(150,139,143)
#847A7E
(132,122,126)
#72696D
(114,105,109)
#60585C
(96,88,92)
#4E474B
(78,71,75)
#3C363A
(60,54,58)
#2A2529
(42,37,41)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CCBEC2

#CCBEC2
(204,190,194)
#D0C3C7
(208,195,199)
#D4C8CC
(212,200,204)
#D8CDD1
(216,205,209)
#DCD2D6
(220,210,214)
#E0D7DB
(224,215,219)
#E4DCE0
(228,220,224)
#E8E1E5
(232,225,229)
#ECE6EA
(236,230,234)
#F0EBEF
(240,235,239)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEC2; }

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

This text font color is #CCBEC2.

Background Color

.myBgColor { background-color: #CCBEC2; }

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

This div background color is #CCBEC2.

Border color

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

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

This div border color is #CCBEC2.

Opacity

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

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

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

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

This text has shadow with #CCBEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEC2.

Preview

Color preview on black background

This text has color #CCBEC2 on black background.


Color preview on white background

This text has color #CCBEC2 on white background.


Black color preview on #CCBEC2 background

This text has black color on #CCBEC2 background.


White color preview on #CCBEC2 background

This text has white color on #CCBEC2 background.


Related colors

Complementary color

Complementary color for #hex is #33413D.


I love getcolorcode.com

Triadic colors

1 #C2CCBE and #BEC2CC with #CCBEC2 are triadic colors.

2 #C2BECC and #BECCC2 with #CCBEC2 are triadic colors.