COLOR #C4BADF

HEX: #C4BADF RGB: (196,186,223)

Color info

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

RGB color model

#C4BADF color RGB value is (196,186,223).

RGB: (196,186,223) (77%, 73%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 223 of 255 = 87%

196
186
223

R + G + B ~ 79%. #C4BADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 223 = 605 (100%)
R 196 of 605 ~ 32.4%
G 186 of 605 ~ 30.74%
B 223 of 605 ~ 36.86'%

%32.4
%30.74
%36.86

CMYK color model

#C4BADF color CMYK value is (12,17,0,13).

  • cyan value is 12.11%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (12,17,0,13)
C12M17Y0K13 (12%, 17%, 0%, 13%)
(0.12 / 0.17 / 0.00 / 0.13)

CMYK percentages

%12.11
%16.59
%0
%12.55

Codes

Color #C4BADF in popluar color models

C4 BA DF
RGB 196 186 223
HSL 256° 36.63% 80.20%
HSB/HSV 256° 16.59% 87.45%
CMYK 12.11% 16.59% 0.00%
12.55%

Color #C4BADF in popluar number systems.

HEX C4 BA DF
Decimal 196 186 223
Binary 11000100 10111010 11011111
Octal 304 272 337

Shades and tints

Shades of #C4BADF

#C4BADF
(196,186,223)
#B3AACB
(179,170,203)
#A29AB7
(162,154,183)
#918AA3
(145,138,163)
#807A8F
(128,122,143)
#6F6A7B
(111,106,123)
#5E5A67
(94,90,103)
#4D4A53
(77,74,83)
#3C3A3F
(60,58,63)
#2B2A2B
(43,42,43)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4BADF

#C4BADF
(196,186,223)
#C9C0E1
(201,192,225)
#CEC6E3
(206,198,227)
#D3CCE5
(211,204,229)
#D8D2E7
(216,210,231)
#DDD8E9
(221,216,233)
#E2DEEB
(226,222,235)
#E7E4ED
(231,228,237)
#ECEAEF
(236,234,239)
#F1F0F1
(241,240,241)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BADF color. Also use rgb(196,186,223) instead hex code.

Text Font Color

.myTextColor { color: #C4BADF; }

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

This text font color is #C4BADF.

Background Color

.myBgColor { background-color: #C4BADF; }

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

This div background color is #C4BADF.

Border color

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

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

This div border color is #C4BADF.

Opacity

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

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

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

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

This text has shadow with #C4BADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BADF.

Preview

Color preview on black background

This text has color #C4BADF on black background.


Color preview on white background

This text has color #C4BADF on white background.


Black color preview on #C4BADF background

This text has black color on #C4BADF background.


White color preview on #C4BADF background

This text has white color on #C4BADF background.


Related colors

Complementary color

Complementary color for #hex is #3B4520.


I love getcolorcode.com

Triadic colors

1 #DFC4BA and #BADFC4 with #C4BADF are triadic colors.

2 #DFBAC4 and #BAC4DF with #C4BADF are triadic colors.