COLOR #C5AEB4

HEX: #C5AEB4
RGB: (197,174,180)

Renk bilgisi

#C5AEB4 contains red, green and blue colors in about the same proportion. #C5AEB4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C5AEB4 color RGB value is (197,174,180).

  • kırmız ton 197;
  • yeşil ton 174;
  • mavi ton 180.
RGB:
(197,174,180)
(77%,68%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 174 of 255 = 68%
B 180 of 255 = 71%

197
174
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 174 + 180 = 551 (100%)
R 197 of 551 ~ 35.75%
G 174 of 551 ~ 31.58%
B 180 of 551 ~ 32.67%

%35.75
%31.58
%32.67

CMYK RENK MODELİ

#C5AEB4 rengi CMYK tonu (0,12,9,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.68%
  • sarı tonu 8.63%
  • ana renk tonu 22.75%
CMYK:
(0,12,9,23)
C0M12Y9K23 
(0%,12%,9%,23%)
(0.00/0.12/0.09/0.23)	

CMYK yüzdeleri

%0
%11.68
%8.63
%22.75

Codes

Color #C5AEB4 in popluar color models

C5AEB4
RGB197174180
HSL344°16.55%72.75%
HSB/HSV344°11.68%77.25%
CMYK0.00%11.68%8.63%
22.75%

Color #C5AEB4 in popluar number systems.

HEXC5AEB4
Decimal197174180
Binary110001011010111010110100
Octal305256264

Shades and tints

Shades of #C5AEB4

#C5AEB4
(197,174,180)
#B49FA4
(180,159,164)
#A39094
(163,144,148)
#928184
(146,129,132)
#817274
(129,114,116)
#706364
(112,99,100)
#5F5454
(95,84,84)
#4E4544
(78,69,68)
#3D3634
(61,54,52)
#2C2724
(44,39,36)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5AEB4

#C5AEB4
(197,174,180)
#CAB5BA
(202,181,186)
#CFBCC0
(207,188,192)
#D4C3C6
(212,195,198)
#D9CACC
(217,202,204)
#DED1D2
(222,209,210)
#E3D8D8
(227,216,216)
#E8DFDE
(232,223,222)
#EDE6E4
(237,230,228)
#F2EDEA
(242,237,234)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AEB4 color. Also use rgb(197,174,180) instead hex code.

Text Font Color

.myTextColor { color: #C5AEB4; }

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

This text font color is #C5AEB4.


Background Color

.myBgColor { background-color: #C5AEB4; }

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

This div background color is #C5AEB4.


Border color

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

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

This div border color is #C5AEB4.


Opacity

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

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

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

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

This text has shadow with #C5AEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEB4 on black background.


Color preview on white background

This text has color #C5AEB4 on white background.



Black color preview on #C5AEB4 background

This text has black color on #C5AEB4 background.


White color preview on #C5AEB4 background

This text has white color on #C5AEB4 background.