COLOR #C8ADD3

HEX: #C8ADD3
RGB: (200,173,211)

Renk bilgisi

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

RGB renk modeli

#C8ADD3 color RGB value is (200,173,211).

  • kırmız ton 200;
  • yeşil ton 173;
  • mavi ton 211.
RGB:
(200,173,211)
(78%,68%,83%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 173 of 255 = 68%
B 211 of 255 = 83%

200
173
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 173 + 211 = 584 (100%)
R 200 of 584 ~ 34.25%
G 173 of 584 ~ 29.62%
B 211 of 584 ~ 36.13%

%34.25
%29.62
%36.13

CMYK RENK MODELİ

#C8ADD3 rengi CMYK tonu (5,18,0,17).

  • camgöbeği tonu 5.21%
  • eflatun tonu 18.01%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(5,18,0,17)
C5M18Y0K17 
(5%,18%,0%,17%)
(0.05/0.18/0.00/0.17)	

CMYK yüzdeleri

%5.21
%18.01
%0
%17.25

Codes

Color #C8ADD3 in popluar color models

C8ADD3
RGB200173211
HSL283°30.16%75.29%
HSB/HSV283°18.01%82.75%
CMYK5.21%18.01%0.00%
17.25%

Color #C8ADD3 in popluar number systems.

HEXC8ADD3
Decimal200173211
Binary110010001010110111010011
Octal310255323

Shades and tints

Shades of #C8ADD3

#C8ADD3
(200,173,211)
#B69EC0
(182,158,192)
#A48FAD
(164,143,173)
#92809A
(146,128,154)
#807187
(128,113,135)
#6E6274
(110,98,116)
#5C5361
(92,83,97)
#4A444E
(74,68,78)
#38353B
(56,53,59)
#262628
(38,38,40)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #C8ADD3

#C8ADD3
(200,173,211)
#CDB4D7
(205,180,215)
#D2BBDB
(210,187,219)
#D7C2DF
(215,194,223)
#DCC9E3
(220,201,227)
#E1D0E7
(225,208,231)
#E6D7EB
(230,215,235)
#EBDEEF
(235,222,239)
#F0E5F3
(240,229,243)
#F5ECF7
(245,236,247)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ADD3 color. Also use rgb(200,173,211) instead hex code.

Text Font Color

.myTextColor { color: #C8ADD3; }

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

This text font color is #C8ADD3.


Background Color

.myBgColor { background-color: #C8ADD3; }

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

This div background color is #C8ADD3.


Border color

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

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

This div border color is #C8ADD3.


Opacity

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

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

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

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

This text has shadow with #C8ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ADD3 on black background.


Color preview on white background

This text has color #C8ADD3 on white background.



Black color preview on #C8ADD3 background

This text has black color on #C8ADD3 background.


White color preview on #C8ADD3 background

This text has white color on #C8ADD3 background.