COLOR #C4BAD9

HEX: #C4BAD9 RGB: (196,186,217)

Color info

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

RGB color model

#C4BAD9 color RGB value is (196,186,217).

RGB: (196,186,217) (77%, 73%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 217 of 255 = 85%

196
186
217

R + G + B ~ 78%. #C4BAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 217 = 599 (100%)
R 196 of 599 ~ 32.72%
G 186 of 599 ~ 31.05%
B 217 of 599 ~ 36.23'%

%32.72
%31.05
%36.23

CMYK color model

#C4BAD9 color CMYK value is (10,14,0,15).

  • cyan value is 9.68%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (10,14,0,15)
C10M14Y0K15 (10%, 14%, 0%, 15%)
(0.10 / 0.14 / 0.00 / 0.15)

CMYK percentages

%9.68
%14.29
%0
%14.9

Codes

Color #C4BAD9 in popluar color models

C4 BA D9
RGB 196 186 217
HSL 259° 28.97% 79.02%
HSB/HSV 259° 14.29% 85.10%
CMYK 9.68% 14.29% 0.00%
14.90%

Color #C4BAD9 in popluar number systems.

HEX C4 BA D9
Decimal 196 186 217
Binary 11000100 10111010 11011001
Octal 304 272 331

Shades and tints

Shades of #C4BAD9

#C4BAD9
(196,186,217)
#B3AAC6
(179,170,198)
#A29AB3
(162,154,179)
#918AA0
(145,138,160)
#807A8D
(128,122,141)
#6F6A7A
(111,106,122)
#5E5A67
(94,90,103)
#4D4A54
(77,74,84)
#3C3A41
(60,58,65)
#2B2A2E
(43,42,46)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #C4BAD9

#C4BAD9
(196,186,217)
#C9C0DC
(201,192,220)
#CEC6DF
(206,198,223)
#D3CCE2
(211,204,226)
#D8D2E5
(216,210,229)
#DDD8E8
(221,216,232)
#E2DEEB
(226,222,235)
#E7E4EE
(231,228,238)
#ECEAF1
(236,234,241)
#F1F0F4
(241,240,244)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BAD9; }

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

This text font color is #C4BAD9.

Background Color

.myBgColor { background-color: #C4BAD9; }

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

This div background color is #C4BAD9.

Border color

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

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

This div border color is #C4BAD9.

Opacity

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

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

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

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

This text has shadow with #C4BAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BAD9.

Preview

Color preview on black background

This text has color #C4BAD9 on black background.


Color preview on white background

This text has color #C4BAD9 on white background.


Black color preview on #C4BAD9 background

This text has black color on #C4BAD9 background.


White color preview on #C4BAD9 background

This text has white color on #C4BAD9 background.


Related colors

Complementary color

Complementary color for #hex is #3B4526.


I love getcolorcode.com

Triadic colors

1 #D9C4BA and #BAD9C4 with #C4BAD9 are triadic colors.

2 #D9BAC4 and #BAC4D9 with #C4BAD9 are triadic colors.