COLOR #C5ACD5

HEX: #C5ACD5
RGB: (197,172,213)

Renk bilgisi

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

RGB renk modeli

#C5ACD5 color RGB value is (197,172,213).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 172 of 255 = 67%
B 213 of 255 = 84%

197
172
213

R + G + B ~ 76%. #C5ACD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 172 + 213 = 582 (100%)
R 197 of 582 ~ 33.85%
G 172 of 582 ~ 29.55%
B 213 of 582 ~ 36.6%

%33.85
%29.55
%36.6

CMYK RENK MODELİ

#C5ACD5 rengi CMYK tonu (8,19,0,16).

  • camgöbeği tonu 7.51%
  • eflatun tonu 19.25%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(8,19,0,16)
C8M19Y0K16 
(8%,19%,0%,16%)
(0.08/0.19/0.00/0.16)	

CMYK yüzdeleri

%7.51
%19.25
%0
%16.47

Codes

Color #C5ACD5 in popluar color models

C5ACD5
RGB197172213
HSL277°32.80%75.49%
HSB/HSV277°19.25%83.53%
CMYK7.51%19.25%0.00%
16.47%

Color #C5ACD5 in popluar number systems.

HEXC5ACD5
Decimal197172213
Binary110001011010110011010101
Octal305254325

Shades and tints

Shades of #C5ACD5

#C5ACD5
(197,172,213)
#B49DC2
(180,157,194)
#A38EAF
(163,142,175)
#927F9C
(146,127,156)
#817089
(129,112,137)
#706176
(112,97,118)
#5F5263
(95,82,99)
#4E4350
(78,67,80)
#3D343D
(61,52,61)
#2C252A
(44,37,42)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5ACD5

#C5ACD5
(197,172,213)
#CAB3D8
(202,179,216)
#CFBADB
(207,186,219)
#D4C1DE
(212,193,222)
#D9C8E1
(217,200,225)
#DECFE4
(222,207,228)
#E3D6E7
(227,214,231)
#E8DDEA
(232,221,234)
#EDE4ED
(237,228,237)
#F2EBF0
(242,235,240)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACD5; }

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

This text font color is #C5ACD5.


Background Color

.myBgColor { background-color: #C5ACD5; }

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

This div background color is #C5ACD5.


Border color

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

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

This div border color is #C5ACD5.


Opacity

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

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

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

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

This text has shadow with #C5ACD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACD5 on black background.


Color preview on white background

This text has color #C5ACD5 on white background.



Black color preview on #C5ACD5 background

This text has black color on #C5ACD5 background.


White color preview on #C5ACD5 background

This text has white color on #C5ACD5 background.