COLOR #C4BEEE

HEX: #C4BEEE RGB: (196,190,238)

Color info

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

RGB color model

#C4BEEE color RGB value is (196,190,238).

RGB: (196,190,238) (77%, 75%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 238 of 255 = 93%

196
190
238

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

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 238 = 624 (100%)
R 196 of 624 ~ 31.41%
G 190 of 624 ~ 30.45%
B 238 of 624 ~ 38.14'%

%31.41
%30.45
%38.14

CMYK color model

#C4BEEE color CMYK value is (18,20,0,7).

  • cyan value is 17.65%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (18,20,0,7)
C18M20Y0K7 (18%, 20%, 0%, 7%)
(0.18 / 0.20 / 0.00 / 0.07)

CMYK percentages

%17.65
%20.17
%0
%6.67

Codes

Color #C4BEEE in popluar color models

C4 BE EE
RGB 196 190 238
HSL 248° 58.54% 83.92%
HSB/HSV 248° 20.17% 93.33%
CMYK 17.65% 20.17% 0.00%
6.67%

Color #C4BEEE in popluar number systems.

HEX C4 BE EE
Decimal 196 190 238
Binary 11000100 10111110 11101110
Octal 304 276 356

Shades and tints

Shades of #C4BEEE

#C4BEEE
(196,190,238)
#B3ADD9
(179,173,217)
#A29CC4
(162,156,196)
#918BAF
(145,139,175)
#807A9A
(128,122,154)
#6F6985
(111,105,133)
#5E5870
(94,88,112)
#4D475B
(77,71,91)
#3C3646
(60,54,70)
#2B2531
(43,37,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #C4BEEE

#C4BEEE
(196,190,238)
#C9C3EF
(201,195,239)
#CEC8F0
(206,200,240)
#D3CDF1
(211,205,241)
#D8D2F2
(216,210,242)
#DDD7F3
(221,215,243)
#E2DCF4
(226,220,244)
#E7E1F5
(231,225,245)
#ECE6F6
(236,230,246)
#F1EBF7
(241,235,247)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEEE; }

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

This text font color is #C4BEEE.

Background Color

.myBgColor { background-color: #C4BEEE; }

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

This div background color is #C4BEEE.

Border color

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

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

This div border color is #C4BEEE.

Opacity

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

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

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

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

This text has shadow with #C4BEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BEEE.

Preview

Color preview on black background

This text has color #C4BEEE on black background.


Color preview on white background

This text has color #C4BEEE on white background.


Black color preview on #C4BEEE background

This text has black color on #C4BEEE background.


White color preview on #C4BEEE background

This text has white color on #C4BEEE background.


Related colors

Complementary color

Complementary color for #hex is #3B4111.


I love getcolorcode.com

Triadic colors

1 #EEC4BE and #BEEEC4 with #C4BEEE are triadic colors.

2 #EEBEC4 and #BEC4EE with #C4BEEE are triadic colors.