COLOR #C5ACD2

HEX: #C5ACD2
RGB: (197,172,210)

Renk bilgisi

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

RGB renk modeli

#C5ACD2 color RGB value is (197,172,210).

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

RGB bağlantıları ve doygunluk

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

197
172
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 172 + 210 = 579 (100%)
R 197 of 579 ~ 34.02%
G 172 of 579 ~ 29.71%
B 210 of 579 ~ 36.27%

%34.02
%29.71
%36.27

CMYK RENK MODELİ

#C5ACD2 rengi CMYK tonu (6,18,0,18).

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

CMYK yüzdeleri

%6.19
%18.1
%0
%17.65

Codes

Color #C5ACD2 in popluar color models

C5ACD2
RGB197172210
HSL279°29.69%74.90%
HSB/HSV279°18.10%82.35%
CMYK6.19%18.10%0.00%
17.65%

Color #C5ACD2 in popluar number systems.

HEXC5ACD2
Decimal197172210
Binary110001011010110011010010
Octal305254322

Shades and tints

Shades of #C5ACD2

#C5ACD2
(197,172,210)
#B49DBF
(180,157,191)
#A38EAC
(163,142,172)
#927F99
(146,127,153)
#817086
(129,112,134)
#706173
(112,97,115)
#5F5260
(95,82,96)
#4E434D
(78,67,77)
#3D343A
(61,52,58)
#2C2527
(44,37,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5ACD2

#C5ACD2
(197,172,210)
#CAB3D6
(202,179,214)
#CFBADA
(207,186,218)
#D4C1DE
(212,193,222)
#D9C8E2
(217,200,226)
#DECFE6
(222,207,230)
#E3D6EA
(227,214,234)
#E8DDEE
(232,221,238)
#EDE4F2
(237,228,242)
#F2EBF6
(242,235,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACD2; }

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

This text font color is #C5ACD2.


Background Color

.myBgColor { background-color: #C5ACD2; }

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

This div background color is #C5ACD2.


Border color

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

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

This div border color is #C5ACD2.


Opacity

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

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

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

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

This text has shadow with #C5ACD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACD2 on black background.


Color preview on white background

This text has color #C5ACD2 on white background.



Black color preview on #C5ACD2 background

This text has black color on #C5ACD2 background.


White color preview on #C5ACD2 background

This text has white color on #C5ACD2 background.