COLOR #C4B4EF

HEX: #C4B4EF RGB: (196,180,239)

Color info

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

RGB color model

#C4B4EF color RGB value is (196,180,239).

RGB: (196,180,239) (77%, 71%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 180 of 255 = 71%
B 239 of 255 = 94%

196
180
239

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

Portions of RGB colors in percentages

R + G + B = 196 + 180 + 239 = 615 (100%)
R 196 of 615 ~ 31.87%
G 180 of 615 ~ 29.27%
B 239 of 615 ~ 38.86'%

%31.87
%29.27
%38.86

CMYK color model

#C4B4EF color CMYK value is (18,25,0,6).

  • cyan value is 17.99%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (18,25,0,6) C18M25Y0K6 (18%,25%,0%,6%) (0.18/0.25/0.00/0.06) 

CMYK percentages

%17.99
%24.69
%0
%6.27

Codes

Color #C4B4EF in popluar color models

C4 B4 EF
RGB 196 180 239
HSL 256° 64.84% 82.16%
HSB/HSV 256° 24.69% 93.73%
CMYK 17.99% 24.69% 0.00%
6.27%

Color #C4B4EF in popluar number systems.

HEX C4 B4 EF
Decimal 196 180 239
Binary 11000100 10110100 11101111
Octal 304 264 357

Shades and tints

Shades of #C4B4EF

#C4B4EF
(196,180,239)
#B3A4DA
(179,164,218)
#A294C5
(162,148,197)
#9184B0
(145,132,176)
#80749B
(128,116,155)
#6F6486
(111,100,134)
#5E5471
(94,84,113)
#4D445C
(77,68,92)
#3C3447
(60,52,71)
#2B2432
(43,36,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #C4B4EF

#C4B4EF
(196,180,239)
#C9BAF0
(201,186,240)
#CEC0F1
(206,192,241)
#D3C6F2
(211,198,242)
#D8CCF3
(216,204,243)
#DDD2F4
(221,210,244)
#E2D8F5
(226,216,245)
#E7DEF6
(231,222,246)
#ECE4F7
(236,228,247)
#F1EAF8
(241,234,248)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B4EF; }

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

This text font color is #C4B4EF.

Background Color

.myBgColor { background-color: #C4B4EF; }

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

This div background color is #C4B4EF.

Border color

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

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

This div border color is #C4B4EF.

Opacity

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

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

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

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

This text has shadow with #C4B4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B4EF.

Preview

Color preview on black background

This text has color #C4B4EF on black background.


Color preview on white background

This text has color #C4B4EF on white background.


Black color preview on #C4B4EF background

This text has black color on #C4B4EF background.


White color preview on #C4B4EF background

This text has white color on #C4B4EF background.


Related colors

Complementary color

Complementary color for #hex is #3B4B10.


I love getcolorcode.com

Triadic colors

1 #EFC4B4 and #B4EFC4 with #C4B4EF are triadic colors.

2 #EFB4C4 and #B4C4EF with #C4B4EF are triadic colors.