COLOR #C5ABCC

HEX: #C5ABCC
RGB: (197,171,204)

Renk bilgisi

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

RGB renk modeli

#C5ABCC color RGB value is (197,171,204).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 204 of 255 = 80%

197
171
204

R + G + B ~ 75%. #C5ABCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 171 + 204 = 572 (100%)
R 197 of 572 ~ 34.44%
G 171 of 572 ~ 29.9%
B 204 of 572 ~ 35.66%

%34.44
%29.9
%35.66

CMYK RENK MODELİ

#C5ABCC rengi CMYK tonu (3,16,0,20).

  • camgöbeği tonu 3.43%
  • eflatun tonu 16.18%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,16,0,20)
C3M16Y0K20 
(3%,16%,0%,20%)
(0.03/0.16/0.00/0.20)	

CMYK yüzdeleri

%3.43
%16.18
%0
%20

Codes

Color #C5ABCC in popluar color models

C5ABCC
RGB197171204
HSL287°24.44%73.53%
HSB/HSV287°16.18%80.00%
CMYK3.43%16.18%0.00%
20.00%

Color #C5ABCC in popluar number systems.

HEXC5ABCC
Decimal197171204
Binary110001011010101111001100
Octal305253314

Shades and tints

Shades of #C5ABCC

#C5ABCC
(197,171,204)
#B49CBA
(180,156,186)
#A38DA8
(163,141,168)
#927E96
(146,126,150)
#816F84
(129,111,132)
#706072
(112,96,114)
#5F5160
(95,81,96)
#4E424E
(78,66,78)
#3D333C
(61,51,60)
#2C242A
(44,36,42)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #C5ABCC

#C5ABCC
(197,171,204)
#CAB2D0
(202,178,208)
#CFB9D4
(207,185,212)
#D4C0D8
(212,192,216)
#D9C7DC
(217,199,220)
#DECEE0
(222,206,224)
#E3D5E4
(227,213,228)
#E8DCE8
(232,220,232)
#EDE3EC
(237,227,236)
#F2EAF0
(242,234,240)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABCC; }

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

This text font color is #C5ABCC.


Background Color

.myBgColor { background-color: #C5ABCC; }

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

This div background color is #C5ABCC.


Border color

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

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

This div border color is #C5ABCC.


Opacity

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

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

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

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

This text has shadow with #C5ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ABCC on black background.


Color preview on white background

This text has color #C5ABCC on white background.



Black color preview on #C5ABCC background

This text has black color on #C5ABCC background.


White color preview on #C5ABCC background

This text has white color on #C5ABCC background.