COLOR #C5ABB0

HEX: #C5ABB0
RGB: (197,171,176)

Renk bilgisi

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

RGB renk modeli

#C5ABB0 color RGB value is (197,171,176).

  • kırmız ton 197;
  • yeşil ton 171;
  • mavi ton 176.
RGB:
(197,171,176)
(77%,67%,69%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 176 of 255 = 69%

197
171
176

R + G + B ~ 71%. #C5ABB0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 171 + 176 = 544 (100%)
R 197 of 544 ~ 36.21%
G 171 of 544 ~ 31.43%
B 176 of 544 ~ 32.35%

%36.21
%31.43
%32.35

CMYK RENK MODELİ

#C5ABB0 rengi CMYK tonu (0,13,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.20%
  • sarı tonu 10.66%
  • ana renk tonu 22.75%
CMYK:
(0,13,11,23)
C0M13Y11K23 
(0%,13%,11%,23%)
(0.00/0.13/0.11/0.23)	

CMYK yüzdeleri

%0
%13.2
%10.66
%22.75

Codes

Color #C5ABB0 in popluar color models

C5ABB0
RGB197171176
HSL348°18.31%72.16%
HSB/HSV348°13.20%77.25%
CMYK0.00%13.20%10.66%
22.75%

Color #C5ABB0 in popluar number systems.

HEXC5ABB0
Decimal197171176
Binary110001011010101110110000
Octal305253260

Shades and tints

Shades of #C5ABB0

#C5ABB0
(197,171,176)
#B49CA0
(180,156,160)
#A38D90
(163,141,144)
#927E80
(146,126,128)
#816F70
(129,111,112)
#706060
(112,96,96)
#5F5150
(95,81,80)
#4E4240
(78,66,64)
#3D3330
(61,51,48)
#2C2420
(44,36,32)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #C5ABB0

#C5ABB0
(197,171,176)
#CAB2B7
(202,178,183)
#CFB9BE
(207,185,190)
#D4C0C5
(212,192,197)
#D9C7CC
(217,199,204)
#DECED3
(222,206,211)
#E3D5DA
(227,213,218)
#E8DCE1
(232,220,225)
#EDE3E8
(237,227,232)
#F2EAEF
(242,234,239)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ABB0 color. Also use rgb(197,171,176) instead hex code.

Text Font Color

.myTextColor { color: #C5ABB0; }

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

This text font color is #C5ABB0.


Background Color

.myBgColor { background-color: #C5ABB0; }

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

This div background color is #C5ABB0.


Border color

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

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

This div border color is #C5ABB0.


Opacity

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

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

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

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

This text has shadow with #C5ABB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ABB0 on black background.


Color preview on white background

This text has color #C5ABB0 on white background.



Black color preview on #C5ABB0 background

This text has black color on #C5ABB0 background.


White color preview on #C5ABB0 background

This text has white color on #C5ABB0 background.