COLOR #C5ABD2

HEX: #C5ABD2
RGB: (197,171,210)

Renk bilgisi

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

RGB renk modeli

#C5ABD2 color RGB value is (197,171,210).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 210 of 255 = 82%

197
171
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 171 + 210 = 578 (100%)
R 197 of 578 ~ 34.08%
G 171 of 578 ~ 29.58%
B 210 of 578 ~ 36.33%

%34.08
%29.58
%36.33

CMYK RENK MODELİ

#C5ABD2 rengi CMYK tonu (6,19,0,18).

  • camgöbeği tonu 6.19%
  • eflatun tonu 18.57%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(6,19,0,18)
C6M19Y0K18 
(6%,19%,0%,18%)
(0.06/0.19/0.00/0.18)	

CMYK yüzdeleri

%6.19
%18.57
%0
%17.65

Codes

Color #C5ABD2 in popluar color models

C5ABD2
RGB197171210
HSL280°30.23%74.71%
HSB/HSV280°18.57%82.35%
CMYK6.19%18.57%0.00%
17.65%

Color #C5ABD2 in popluar number systems.

HEXC5ABD2
Decimal197171210
Binary110001011010101111010010
Octal305253322

Shades and tints

Shades of #C5ABD2

#C5ABD2
(197,171,210)
#B49CBF
(180,156,191)
#A38DAC
(163,141,172)
#927E99
(146,126,153)
#816F86
(129,111,134)
#706073
(112,96,115)
#5F5160
(95,81,96)
#4E424D
(78,66,77)
#3D333A
(61,51,58)
#2C2427
(44,36,39)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5ABD2

#C5ABD2
(197,171,210)
#CAB2D6
(202,178,214)
#CFB9DA
(207,185,218)
#D4C0DE
(212,192,222)
#D9C7E2
(217,199,226)
#DECEE6
(222,206,230)
#E3D5EA
(227,213,234)
#E8DCEE
(232,220,238)
#EDE3F2
(237,227,242)
#F2EAF6
(242,234,246)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABD2; }

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

This text font color is #C5ABD2.


Background Color

.myBgColor { background-color: #C5ABD2; }

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

This div background color is #C5ABD2.


Border color

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

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

This div border color is #C5ABD2.


Opacity

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

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

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

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

This text has shadow with #C5ABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ABD2 on black background.


Color preview on white background

This text has color #C5ABD2 on white background.



Black color preview on #C5ABD2 background

This text has black color on #C5ABD2 background.


White color preview on #C5ABD2 background

This text has white color on #C5ABD2 background.