COLOR #C4ADB7

HEX: #C4ADB7
RGB: (196,173,183)

Color info

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

RGB color model

#C4ADB7 color RGB value is (196,173,183).

  • red value is 196;
  • green value is 173;
  • blue value is 183.
RGB:
(196,173,183)
(77%,68%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 183 of 255 = 72%

196
173
183

R + G + B ~ 72%. #C4ADB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 173 + 183 = 552 (100%)
R 196 of 552 ~ 35.51%
G 173 of 552 ~ 31.34%
B 183 of 552 ~ 33.15%

%35.51
%31.34
%33.15

CMYK color model

#C4ADB7 color CMYK value is (0,12,7,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 6.63%
  • key color value is 23.14%
CMYK:
(0,12,7,23)
C0M12Y7K23 
(0%,12%,7%,23%)
(0.00/0.12/0.07/0.23)	

CMYK percentages

%0
%11.73
%6.63
%23.14

Codes

Color #C4ADB7 in popluar color models

C4ADB7
RGB196173183
HSL334°16.31%72.35%
HSB/HSV334°11.73%76.86%
CMYK0.00%11.73%6.63%
23.14%

Color #C4ADB7 in popluar number systems.

HEXC4ADB7
Decimal196173183
Binary110001001010110110110111
Octal304255267

Shades and tints

Shades of #C4ADB7

#C4ADB7
(196,173,183)
#B39EA7
(179,158,167)
#A28F97
(162,143,151)
#918087
(145,128,135)
#807177
(128,113,119)
#6F6267
(111,98,103)
#5E5357
(94,83,87)
#4D4447
(77,68,71)
#3C3537
(60,53,55)
#2B2627
(43,38,39)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #C4ADB7

#C4ADB7
(196,173,183)
#C9B4BD
(201,180,189)
#CEBBC3
(206,187,195)
#D3C2C9
(211,194,201)
#D8C9CF
(216,201,207)
#DDD0D5
(221,208,213)
#E2D7DB
(226,215,219)
#E7DEE1
(231,222,225)
#ECE5E7
(236,229,231)
#F1ECED
(241,236,237)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ADB7 color. Also use rgb(196,173,183) instead hex code.

Text Font Color

.myTextColor { color: #C4ADB7; }

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

This text font color is #C4ADB7.


Background Color

.myBgColor { background-color: #C4ADB7; }

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

This div background color is #C4ADB7.


Border color

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

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

This div border color is #C4ADB7.


Opacity

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

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

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

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

This text has shadow with #C4ADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ADB7 on black background.


Color preview on white background

This text has color #C4ADB7 on white background.



Black color preview on #C4ADB7 background

This text has black color on #C4ADB7 background.


White color preview on #C4ADB7 background

This text has white color on #C4ADB7 background.