COLOR #C48EAB

HEX: #C48EAB
RGB: (196,142,171)

Color info

#C48EAB contains red, green and blue colors in about the same proportion. Web safe color of #C48EAB is #CC9999 (or #C99).

RGB color model

#C48EAB color RGB value is (196,142,171).

  • red value is 196;
  • green value is 142;
  • blue value is 171.
RGB:
(196,142,171)
(77%,56%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 142 of 255 = 56%
B 171 of 255 = 67%

196
142
171

R + G + B ~ 67%. #C48EAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 142 + 171 = 509 (100%)
R 196 of 509 ~ 38.51%
G 142 of 509 ~ 27.9%
B 171 of 509 ~ 33.6%

%38.51
%27.9
%33.6

CMYK color model

#C48EAB color CMYK value is (0,28,13,23).

  • cyan value is 0.00%
  • magenta value is 27.55%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(0,28,13,23)
C0M28Y13K23 
(0%,28%,13%,23%)
(0.00/0.28/0.13/0.23)	

CMYK percentages

%0
%27.55
%12.76
%23.14

Codes

Color #C48EAB in popluar color models

C48EAB
RGB196142171
HSL328°31.40%66.27%
HSB/HSV328°27.55%76.86%
CMYK0.00%27.55%12.76%
23.14%

Color #C48EAB in popluar number systems.

HEXC48EAB
Decimal196142171
Binary110001001000111010101011
Octal304216253

Shades and tints

Shades of #C48EAB

#C48EAB
(196,142,171)
#B3829C
(179,130,156)
#A2768D
(162,118,141)
#916A7E
(145,106,126)
#805E6F
(128,94,111)
#6F5260
(111,82,96)
#5E4651
(94,70,81)
#4D3A42
(77,58,66)
#3C2E33
(60,46,51)
#2B2224
(43,34,36)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C48EAB

#C48EAB
(196,142,171)
#C998B2
(201,152,178)
#CEA2B9
(206,162,185)
#D3ACC0
(211,172,192)
#D8B6C7
(216,182,199)
#DDC0CE
(221,192,206)
#E2CAD5
(226,202,213)
#E7D4DC
(231,212,220)
#ECDEE3
(236,222,227)
#F1E8EA
(241,232,234)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48EAB color. Also use rgb(196,142,171) instead hex code.

Text Font Color

.myTextColor { color: #C48EAB; }

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

This text font color is #C48EAB.


Background Color

.myBgColor { background-color: #C48EAB; }

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

This div background color is #C48EAB.


Border color

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

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

This div border color is #C48EAB.


Opacity

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

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

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

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

This text has shadow with #C48EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48EAB on black background.


Color preview on white background

This text has color #C48EAB on white background.



Black color preview on #C48EAB background

This text has black color on #C48EAB background.


White color preview on #C48EAB background

This text has white color on #C48EAB background.