COLOR #C4AFBE

HEX: #C4AFBE
RGB: (196,175,190)

Color info

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

RGB color model

#C4AFBE color RGB value is (196,175,190).

  • red value is 196;
  • green value is 175;
  • blue value is 190.
RGB:
(196,175,190)
(77%,69%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 190 of 255 = 75%

196
175
190

R + G + B ~ 74%. #C4AFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 190 = 561 (100%)
R 196 of 561 ~ 34.94%
G 175 of 561 ~ 31.19%
B 190 of 561 ~ 33.87%

%34.94
%31.19
%33.87

CMYK color model

#C4AFBE color CMYK value is (0,11,3,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(0,11,3,23)
C0M11Y3K23 
(0%,11%,3%,23%)
(0.00/0.11/0.03/0.23)	

CMYK percentages

%0
%10.71
%3.06
%23.14

Codes

Color #C4AFBE in popluar color models

C4AFBE
RGB196175190
HSL317°15.11%72.75%
HSB/HSV317°10.71%76.86%
CMYK0.00%10.71%3.06%
23.14%

Color #C4AFBE in popluar number systems.

HEXC4AFBE
Decimal196175190
Binary110001001010111110111110
Octal304257276

Shades and tints

Shades of #C4AFBE

#C4AFBE
(196,175,190)
#B3A0AD
(179,160,173)
#A2919C
(162,145,156)
#91828B
(145,130,139)
#80737A
(128,115,122)
#6F6469
(111,100,105)
#5E5558
(94,85,88)
#4D4647
(77,70,71)
#3C3736
(60,55,54)
#2B2825
(43,40,37)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4AFBE

#C4AFBE
(196,175,190)
#C9B6C3
(201,182,195)
#CEBDC8
(206,189,200)
#D3C4CD
(211,196,205)
#D8CBD2
(216,203,210)
#DDD2D7
(221,210,215)
#E2D9DC
(226,217,220)
#E7E0E1
(231,224,225)
#ECE7E6
(236,231,230)
#F1EEEB
(241,238,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFBE; }

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

This text font color is #C4AFBE.


Background Color

.myBgColor { background-color: #C4AFBE; }

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

This div background color is #C4AFBE.


Border color

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

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

This div border color is #C4AFBE.


Opacity

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

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

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

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

This text has shadow with #C4AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFBE on black background.


Color preview on white background

This text has color #C4AFBE on white background.



Black color preview on #C4AFBE background

This text has black color on #C4AFBE background.


White color preview on #C4AFBE background

This text has white color on #C4AFBE background.