COLOR #C4BFE6

HEX: #C4BFE6 RGB: (196,191,230)

Color info

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

RGB color model

#C4BFE6 color RGB value is (196,191,230).

RGB: (196,191,230) (77%, 75%, 90%)

RGB channels and saturation

R 196 of 255 = 77%
G 191 of 255 = 75%
B 230 of 255 = 90%

196
191
230

R + G + B ~ 81%. #C4BFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 191 + 230 = 617 (100%)
R 196 of 617 ~ 31.77%
G 191 of 617 ~ 30.96%
B 230 of 617 ~ 37.28'%

%31.77
%30.96
%37.28

CMYK color model

#C4BFE6 color CMYK value is (15,17,0,10).

  • cyan value is 14.78%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (15,17,0,10) C15M17Y0K10 (15%,17%,0%,10%) (0.15/0.17/0.00/0.10) 

CMYK percentages

%14.78
%16.96
%0
%9.8

Codes

Color #C4BFE6 in popluar color models

C4 BF E6
RGB 196 191 230
HSL 248° 43.82% 82.55%
HSB/HSV 248° 16.96% 90.20%
CMYK 14.78% 16.96% 0.00%
9.80%

Color #C4BFE6 in popluar number systems.

HEX C4 BF E6
Decimal 196 191 230
Binary 11000100 10111111 11100110
Octal 304 277 346

Shades and tints

Shades of #C4BFE6

#C4BFE6
(196,191,230)
#B3AED2
(179,174,210)
#A29DBE
(162,157,190)
#918CAA
(145,140,170)
#807B96
(128,123,150)
#6F6A82
(111,106,130)
#5E596E
(94,89,110)
#4D485A
(77,72,90)
#3C3746
(60,55,70)
#2B2632
(43,38,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #C4BFE6

#C4BFE6
(196,191,230)
#C9C4E8
(201,196,232)
#CEC9EA
(206,201,234)
#D3CEEC
(211,206,236)
#D8D3EE
(216,211,238)
#DDD8F0
(221,216,240)
#E2DDF2
(226,221,242)
#E7E2F4
(231,226,244)
#ECE7F6
(236,231,246)
#F1ECF8
(241,236,248)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BFE6 color. Also use rgb(196,191,230) instead hex code.

Text Font Color

.myTextColor { color: #C4BFE6; }

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

This text font color is #C4BFE6.

Background Color

.myBgColor { background-color: #C4BFE6; }

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

This div background color is #C4BFE6.

Border color

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

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

This div border color is #C4BFE6.

Opacity

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

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

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

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

This text has shadow with #C4BFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BFE6.

Preview

Color preview on black background

This text has color #C4BFE6 on black background.


Color preview on white background

This text has color #C4BFE6 on white background.


Black color preview on #C4BFE6 background

This text has black color on #C4BFE6 background.


White color preview on #C4BFE6 background

This text has white color on #C4BFE6 background.


Related colors

Complementary color

Complementary color for #hex is #3B4019.


I love getcolorcode.com

Triadic colors

1 #E6C4BF and #BFE6C4 with #C4BFE6 are triadic colors.

2 #E6BFC4 and #BFC4E6 with #C4BFE6 are triadic colors.