COLOR #C4AFB8

HEX: #C4AFB8 RGB: (196,175,184)

Color info

#C4AFB8 contains red, green and blue colors in about the same proportion. Web safe color of #C4AFB8 is #CC99CC (or #C9C).

RGB color model

#C4AFB8 color RGB value is (196,175,184).

RGB: (196,175,184) (77%, 69%, 72%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 184 of 255 = 72%

196
175
184

R + G + B ~ 73%. #C4AFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 175 + 184 = 555 (100%)
R 196 of 555 ~ 35.32%
G 175 of 555 ~ 31.53%
B 184 of 555 ~ 33.15'%

%35.32
%31.53
%33.15

CMYK color model

#C4AFB8 color CMYK value is (0,11,6,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 6.12%
  • key color value is 23.14%

CMYK: (0,11,6,23)
C0M11Y6K23 (0%, 11%, 6%, 23%)
(0.00 / 0.11 / 0.06 / 0.23)

CMYK percentages

%0
%10.71
%6.12
%23.14

Codes

Color #C4AFB8 in popluar color models

C4 AF B8
RGB 196 175 184
HSL 334° 15.11% 72.75%
HSB/HSV 334° 10.71% 76.86%
CMYK 0.00% 10.71% 6.12%
23.14%

Color #C4AFB8 in popluar number systems.

HEX C4 AF B8
Decimal 196 175 184
Binary 11000100 10101111 10111000
Octal 304 257 270

Shades and tints

Shades of #C4AFB8

#C4AFB8
(196,175,184)
#B3A0A8
(179,160,168)
#A29198
(162,145,152)
#918288
(145,130,136)
#807378
(128,115,120)
#6F6468
(111,100,104)
#5E5558
(94,85,88)
#4D4648
(77,70,72)
#3C3738
(60,55,56)
#2B2828
(43,40,40)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4AFB8

#C4AFB8
(196,175,184)
#C9B6BE
(201,182,190)
#CEBDC4
(206,189,196)
#D3C4CA
(211,196,202)
#D8CBD0
(216,203,208)
#DDD2D6
(221,210,214)
#E2D9DC
(226,217,220)
#E7E0E2
(231,224,226)
#ECE7E8
(236,231,232)
#F1EEEE
(241,238,238)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AFB8 color. Also use rgb(196,175,184) instead hex code.

Text Font Color

.myTextColor { color: #C4AFB8; }

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

This text font color is #C4AFB8.

Background Color

.myBgColor { background-color: #C4AFB8; }

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

This div background color is #C4AFB8.

Border color

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

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

This div border color is #C4AFB8.

Opacity

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

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

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

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

This text has shadow with #C4AFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AFB8.

Preview

Color preview on black background

This text has color #C4AFB8 on black background.


Color preview on white background

This text has color #C4AFB8 on white background.


Black color preview on #C4AFB8 background

This text has black color on #C4AFB8 background.


White color preview on #C4AFB8 background

This text has white color on #C4AFB8 background.


Related colors

Complementary color

Complementary color for #hex is #3B5047.


I love getcolorcode.com

Triadic colors

1 #B8C4AF and #AFB8C4 with #C4AFB8 are triadic colors.

2 #B8AFC4 and #AFC4B8 with #C4AFB8 are triadic colors.