COLOR #C4BCEF

HEX: #C4BCEF RGB: (196,188,239)

Color info

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

RGB color model

#C4BCEF color RGB value is (196,188,239).

RGB: (196,188,239) (77%, 74%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 188 of 255 = 74%
B 239 of 255 = 94%

196
188
239

R + G + B ~ 82%. #C4BCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 188 + 239 = 623 (100%)
R 196 of 623 ~ 31.46%
G 188 of 623 ~ 30.18%
B 239 of 623 ~ 38.36'%

%31.46
%30.18
%38.36

CMYK color model

#C4BCEF color CMYK value is (18,21,0,6).

  • cyan value is 17.99%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,21,0,6)
C18M21Y0K6 (18%, 21%, 0%, 6%)
(0.18 / 0.21 / 0.00 / 0.06)

CMYK percentages

%17.99
%21.34
%0
%6.27

Codes

Color #C4BCEF in popluar color models

C4 BC EF
RGB 196 188 239
HSL 249° 61.45% 83.73%
HSB/HSV 249° 21.34% 93.73%
CMYK 17.99% 21.34% 0.00%
6.27%

Color #C4BCEF in popluar number systems.

HEX C4 BC EF
Decimal 196 188 239
Binary 11000100 10111100 11101111
Octal 304 274 357

Shades and tints

Shades of #C4BCEF

#C4BCEF
(196,188,239)
#B3ABDA
(179,171,218)
#A29AC5
(162,154,197)
#9189B0
(145,137,176)
#80789B
(128,120,155)
#6F6786
(111,103,134)
#5E5671
(94,86,113)
#4D455C
(77,69,92)
#3C3447
(60,52,71)
#2B2332
(43,35,50)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #C4BCEF

#C4BCEF
(196,188,239)
#C9C2F0
(201,194,240)
#CEC8F1
(206,200,241)
#D3CEF2
(211,206,242)
#D8D4F3
(216,212,243)
#DDDAF4
(221,218,244)
#E2E0F5
(226,224,245)
#E7E6F6
(231,230,246)
#ECECF7
(236,236,247)
#F1F2F8
(241,242,248)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BCEF color. Also use rgb(196,188,239) instead hex code.

Text Font Color

.myTextColor { color: #C4BCEF; }

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

This text font color is #C4BCEF.

Background Color

.myBgColor { background-color: #C4BCEF; }

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

This div background color is #C4BCEF.

Border color

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

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

This div border color is #C4BCEF.

Opacity

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

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

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

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

This text has shadow with #C4BCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BCEF.

Preview

Color preview on black background

This text has color #C4BCEF on black background.


Color preview on white background

This text has color #C4BCEF on white background.


Black color preview on #C4BCEF background

This text has black color on #C4BCEF background.


White color preview on #C4BCEF background

This text has white color on #C4BCEF background.


Related colors

Complementary color

Complementary color for #hex is #3B4310.


I love getcolorcode.com

Triadic colors

1 #EFC4BC and #BCEFC4 with #C4BCEF are triadic colors.

2 #EFBCC4 and #BCC4EF with #C4BCEF are triadic colors.