COLOR #C5ADD8

HEX: #C5ADD8
RGB: (197,173,216)

Renk bilgisi

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

RGB renk modeli

#C5ADD8 color RGB value is (197,173,216).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 216 of 255 = 85%

197
173
216

R + G + B ~ 77%. #C5ADD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 216 = 586 (100%)
R 197 of 586 ~ 33.62%
G 173 of 586 ~ 29.52%
B 216 of 586 ~ 36.86%

%33.62
%29.52
%36.86

CMYK RENK MODELİ

#C5ADD8 rengi CMYK tonu (9,20,0,15).

  • camgöbeği tonu 8.80%
  • eflatun tonu 19.91%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(9,20,0,15)
C9M20Y0K15 
(9%,20%,0%,15%)
(0.09/0.20/0.00/0.15)	

CMYK yüzdeleri

%8.8
%19.91
%0
%15.29

Codes

Color #C5ADD8 in popluar color models

C5ADD8
RGB197173216
HSL273°35.54%76.27%
HSB/HSV273°19.91%84.71%
CMYK8.80%19.91%0.00%
15.29%

Color #C5ADD8 in popluar number systems.

HEXC5ADD8
Decimal197173216
Binary110001011010110111011000
Octal305255330

Shades and tints

Shades of #C5ADD8

#C5ADD8
(197,173,216)
#B49EC5
(180,158,197)
#A38FB2
(163,143,178)
#92809F
(146,128,159)
#81718C
(129,113,140)
#706279
(112,98,121)
#5F5366
(95,83,102)
#4E4453
(78,68,83)
#3D3540
(61,53,64)
#2C262D
(44,38,45)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #C5ADD8

#C5ADD8
(197,173,216)
#CAB4DB
(202,180,219)
#CFBBDE
(207,187,222)
#D4C2E1
(212,194,225)
#D9C9E4
(217,201,228)
#DED0E7
(222,208,231)
#E3D7EA
(227,215,234)
#E8DEED
(232,222,237)
#EDE5F0
(237,229,240)
#F2ECF3
(242,236,243)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADD8; }

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

This text font color is #C5ADD8.


Background Color

.myBgColor { background-color: #C5ADD8; }

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

This div background color is #C5ADD8.


Border color

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

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

This div border color is #C5ADD8.


Opacity

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

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

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

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

This text has shadow with #C5ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADD8 on black background.


Color preview on white background

This text has color #C5ADD8 on white background.



Black color preview on #C5ADD8 background

This text has black color on #C5ADD8 background.


White color preview on #C5ADD8 background

This text has white color on #C5ADD8 background.