COLOR #C5ADDE

HEX: #C5ADDE
RGB: (197,173,222)

Renk bilgisi

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

RGB renk modeli

#C5ADDE color RGB value is (197,173,222).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 222 of 255 = 87%

197
173
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 222 = 592 (100%)
R 197 of 592 ~ 33.28%
G 173 of 592 ~ 29.22%
B 222 of 592 ~ 37.5%

%33.28
%29.22
%37.5

CMYK RENK MODELİ

#C5ADDE rengi CMYK tonu (11,22,0,13).

  • camgöbeği tonu 11.26%
  • eflatun tonu 22.07%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(11,22,0,13)
C11M22Y0K13 
(11%,22%,0%,13%)
(0.11/0.22/0.00/0.13)	

CMYK yüzdeleri

%11.26
%22.07
%0
%12.94

Codes

Color #C5ADDE in popluar color models

C5ADDE
RGB197173222
HSL269°42.61%77.45%
HSB/HSV269°22.07%87.06%
CMYK11.26%22.07%0.00%
12.94%

Color #C5ADDE in popluar number systems.

HEXC5ADDE
Decimal197173222
Binary110001011010110111011110
Octal305255336

Shades and tints

Shades of #C5ADDE

#C5ADDE
(197,173,222)
#B49ECA
(180,158,202)
#A38FB6
(163,143,182)
#9280A2
(146,128,162)
#81718E
(129,113,142)
#70627A
(112,98,122)
#5F5366
(95,83,102)
#4E4452
(78,68,82)
#3D353E
(61,53,62)
#2C262A
(44,38,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5ADDE

#C5ADDE
(197,173,222)
#CAB4E1
(202,180,225)
#CFBBE4
(207,187,228)
#D4C2E7
(212,194,231)
#D9C9EA
(217,201,234)
#DED0ED
(222,208,237)
#E3D7F0
(227,215,240)
#E8DEF3
(232,222,243)
#EDE5F6
(237,229,246)
#F2ECF9
(242,236,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADDE; }

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

This text font color is #C5ADDE.


Background Color

.myBgColor { background-color: #C5ADDE; }

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

This div background color is #C5ADDE.


Border color

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

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

This div border color is #C5ADDE.


Opacity

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

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

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

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

This text has shadow with #C5ADDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADDE on black background.


Color preview on white background

This text has color #C5ADDE on white background.



Black color preview on #C5ADDE background

This text has black color on #C5ADDE background.


White color preview on #C5ADDE background

This text has white color on #C5ADDE background.