COLOR #C4AEBE

HEX: #C4AEBE RGB: (196,174,190)

Color info

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

RGB color model

#C4AEBE color RGB value is (196,174,190).

RGB: (196,174,190) (77%, 68%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 190 of 255 = 75%

196
174
190

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

Portions of RGB colors in percentages

R + G + B = 196 + 174 + 190 = 560 (100%)
R 196 of 560 ~ 35%
G 174 of 560 ~ 31.07%
B 190 of 560 ~ 33.93'%

%35
%31.07
%33.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.22%
  • 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
%11.22
%3.06
%23.14

Codes

Color #C4AEBE in popluar color models

C4 AE BE
RGB 196 174 190
HSL 316° 15.71% 72.55%
HSB/HSV 316° 11.22% 76.86%
CMYK 0.00% 11.22% 3.06%
23.14%

Color #C4AEBE in popluar number systems.

HEX C4 AE BE
Decimal 196 174 190
Binary 11000100 10101110 10111110
Octal 304 256 276

Shades and tints

Shades of #C4AEBE

#C4AEBE
(196,174,190)
#B39FAD
(179,159,173)
#A2909C
(162,144,156)
#91818B
(145,129,139)
#80727A
(128,114,122)
#6F6369
(111,99,105)
#5E5458
(94,84,88)
#4D4547
(77,69,71)
#3C3636
(60,54,54)
#2B2725
(43,39,37)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4AEBE

#C4AEBE
(196,174,190)
#C9B5C3
(201,181,195)
#CEBCC8
(206,188,200)
#D3C3CD
(211,195,205)
#D8CAD2
(216,202,210)
#DDD1D7
(221,209,215)
#E2D8DC
(226,216,220)
#E7DFE1
(231,223,225)
#ECE6E6
(236,230,230)
#F1EDEB
(241,237,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AEBE; }

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

This text font color is #C4AEBE.

Background Color

.myBgColor { background-color: #C4AEBE; }

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

This div background color is #C4AEBE.

Border color

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

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

This div border color is #C4AEBE.

Opacity

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

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

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

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

This text has shadow with #C4AEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AEBE.

Preview

Color preview on black background

This text has color #C4AEBE on black background.


Color preview on white background

This text has color #C4AEBE on white background.


Black color preview on #C4AEBE background

This text has black color on #C4AEBE background.


White color preview on #C4AEBE background

This text has white color on #C4AEBE background.


Related colors

Complementary color

Complementary color for #hex is #3B5141.


I love getcolorcode.com

Triadic colors

1 #BEC4AE and #AEBEC4 with #C4AEBE are triadic colors.

2 #BEAEC4 and #AEC4BE with #C4AEBE are triadic colors.