COLOR #C5ADD7

HEX: #C5ADD7
RGB: (197,173,215)

Renk bilgisi

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

RGB renk modeli

#C5ADD7 color RGB value is (197,173,215).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 215 of 255 = 84%

197
173
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 215 = 585 (100%)
R 197 of 585 ~ 33.68%
G 173 of 585 ~ 29.57%
B 215 of 585 ~ 36.75%

%33.68
%29.57
%36.75

CMYK RENK MODELİ

#C5ADD7 rengi CMYK tonu (8,20,0,16).

  • camgöbeği tonu 8.37%
  • eflatun tonu 19.53%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,20,0,16)
C8M20Y0K16 
(8%,20%,0%,16%)
(0.08/0.20/0.00/0.16)	

CMYK yüzdeleri

%8.37
%19.53
%0
%15.69

Codes

Color #C5ADD7 in popluar color models

C5ADD7
RGB197173215
HSL274°34.43%76.08%
HSB/HSV274°19.53%84.31%
CMYK8.37%19.53%0.00%
15.69%

Color #C5ADD7 in popluar number systems.

HEXC5ADD7
Decimal197173215
Binary110001011010110111010111
Octal305255327

Shades and tints

Shades of #C5ADD7

#C5ADD7
(197,173,215)
#B49EC4
(180,158,196)
#A38FB1
(163,143,177)
#92809E
(146,128,158)
#81718B
(129,113,139)
#706278
(112,98,120)
#5F5365
(95,83,101)
#4E4452
(78,68,82)
#3D353F
(61,53,63)
#2C262C
(44,38,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5ADD7

#C5ADD7
(197,173,215)
#CAB4DA
(202,180,218)
#CFBBDD
(207,187,221)
#D4C2E0
(212,194,224)
#D9C9E3
(217,201,227)
#DED0E6
(222,208,230)
#E3D7E9
(227,215,233)
#E8DEEC
(232,222,236)
#EDE5EF
(237,229,239)
#F2ECF2
(242,236,242)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADD7; }

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

This text font color is #C5ADD7.


Background Color

.myBgColor { background-color: #C5ADD7; }

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

This div background color is #C5ADD7.


Border color

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

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

This div border color is #C5ADD7.


Opacity

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

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

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

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

This text has shadow with #C5ADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADD7 on black background.


Color preview on white background

This text has color #C5ADD7 on white background.



Black color preview on #C5ADD7 background

This text has black color on #C5ADD7 background.


White color preview on #C5ADD7 background

This text has white color on #C5ADD7 background.