COLOR #C5AAD8

HEX: #C5AAD8
RGB: (197,170,216)

Renk bilgisi

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

RGB renk modeli

#C5AAD8 color RGB value is (197,170,216).

  • kırmız ton 197;
  • yeşil ton 170;
  • mavi ton 216.
RGB:
(197,170,216)
(77%,67%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 170 of 255 = 67%
B 216 of 255 = 85%

197
170
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 170 + 216 = 583 (100%)
R 197 of 583 ~ 33.79%
G 170 of 583 ~ 29.16%
B 216 of 583 ~ 37.05%

%33.79
%29.16
%37.05

CMYK RENK MODELİ

#C5AAD8 rengi CMYK tonu (9,21,0,15).

  • camgöbeği tonu 8.80%
  • eflatun tonu 21.30%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(9,21,0,15)
C9M21Y0K15 
(9%,21%,0%,15%)
(0.09/0.21/0.00/0.15)	

CMYK yüzdeleri

%8.8
%21.3
%0
%15.29

Codes

Color #C5AAD8 in popluar color models

C5AAD8
RGB197170216
HSL275°37.10%75.69%
HSB/HSV275°21.30%84.71%
CMYK8.80%21.30%0.00%
15.29%

Color #C5AAD8 in popluar number systems.

HEXC5AAD8
Decimal197170216
Binary110001011010101011011000
Octal305252330

Shades and tints

Shades of #C5AAD8

#C5AAD8
(197,170,216)
#B49BC5
(180,155,197)
#A38CB2
(163,140,178)
#927D9F
(146,125,159)
#816E8C
(129,110,140)
#705F79
(112,95,121)
#5F5066
(95,80,102)
#4E4153
(78,65,83)
#3D3240
(61,50,64)
#2C232D
(44,35,45)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #C5AAD8

#C5AAD8
(197,170,216)
#CAB1DB
(202,177,219)
#CFB8DE
(207,184,222)
#D4BFE1
(212,191,225)
#D9C6E4
(217,198,228)
#DECDE7
(222,205,231)
#E3D4EA
(227,212,234)
#E8DBED
(232,219,237)
#EDE2F0
(237,226,240)
#F2E9F3
(242,233,243)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AAD8 color. Also use rgb(197,170,216) instead hex code.

Text Font Color

.myTextColor { color: #C5AAD8; }

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

This text font color is #C5AAD8.


Background Color

.myBgColor { background-color: #C5AAD8; }

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

This div background color is #C5AAD8.


Border color

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

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

This div border color is #C5AAD8.


Opacity

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

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

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

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

This text has shadow with #C5AAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AAD8 on black background.


Color preview on white background

This text has color #C5AAD8 on white background.



Black color preview on #C5AAD8 background

This text has black color on #C5AAD8 background.


White color preview on #C5AAD8 background

This text has white color on #C5AAD8 background.