COLOR #C4BECC

HEX: #C4BECC RGB: (196,190,204)

Color info

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

RGB color model

#C4BECC color RGB value is (196,190,204).

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

RGB channels and saturation

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

196
190
204

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

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 204 = 590 (100%)
R 196 of 590 ~ 33.22%
G 190 of 590 ~ 32.2%
B 204 of 590 ~ 34.58'%

%33.22
%32.2
%34.58

CMYK color model

#C4BECC color CMYK value is (4,7,0,20).

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

CMYK: (4,7,0,20)
C4M7Y0K20 (4%, 7%, 0%, 20%)
(0.04 / 0.07 / 0.00 / 0.20)

CMYK percentages

%3.92
%6.86
%0
%20

Codes

Color #C4BECC in popluar color models

C4 BE CC
RGB 196 190 204
HSL 266° 12.07% 77.25%
HSB/HSV 266° 6.86% 80.00%
CMYK 3.92% 6.86% 0.00%
20.00%

Color #C4BECC in popluar number systems.

HEX C4 BE CC
Decimal 196 190 204
Binary 11000100 10111110 11001100
Octal 304 276 314

Shades and tints

Shades of #C4BECC

#C4BECC
(196,190,204)
#B3ADBA
(179,173,186)
#A29CA8
(162,156,168)
#918B96
(145,139,150)
#807A84
(128,122,132)
#6F6972
(111,105,114)
#5E5860
(94,88,96)
#4D474E
(77,71,78)
#3C363C
(60,54,60)
#2B252A
(43,37,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4BECC

#C4BECC
(196,190,204)
#C9C3D0
(201,195,208)
#CEC8D4
(206,200,212)
#D3CDD8
(211,205,216)
#D8D2DC
(216,210,220)
#DDD7E0
(221,215,224)
#E2DCE4
(226,220,228)
#E7E1E8
(231,225,232)
#ECE6EC
(236,230,236)
#F1EBF0
(241,235,240)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BECC; }

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

This text font color is #C4BECC.

Background Color

.myBgColor { background-color: #C4BECC; }

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

This div background color is #C4BECC.

Border color

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

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

This div border color is #C4BECC.

Opacity

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

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

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

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

This text has shadow with #C4BECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BECC.

Preview

Color preview on black background

This text has color #C4BECC on black background.


Color preview on white background

This text has color #C4BECC on white background.


Black color preview on #C4BECC background

This text has black color on #C4BECC background.


White color preview on #C4BECC background

This text has white color on #C4BECC background.


Related colors

Complementary color

Complementary color for #hex is #3B4133.


I love getcolorcode.com

Triadic colors

1 #CCC4BE and #BECCC4 with #C4BECC are triadic colors.

2 #CCBEC4 and #BEC4CC with #C4BECC are triadic colors.