COLOR #C7ADD8

HEX: #C7ADD8
RGB: (199,173,216)

Renk bilgisi

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

RGB renk modeli

#C7ADD8 color RGB value is (199,173,216).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 173 of 255 = 68%
B 216 of 255 = 85%

199
173
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 173 + 216 = 588 (100%)
R 199 of 588 ~ 33.84%
G 173 of 588 ~ 29.42%
B 216 of 588 ~ 36.73%

%33.84
%29.42
%36.73

CMYK RENK MODELİ

#C7ADD8 rengi CMYK tonu (8,20,0,15).

  • camgöbeği tonu 7.87%
  • eflatun tonu 19.91%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(8,20,0,15)
C8M20Y0K15 
(8%,20%,0%,15%)
(0.08/0.20/0.00/0.15)	

CMYK yüzdeleri

%7.87
%19.91
%0
%15.29

Codes

Color #C7ADD8 in popluar color models

C7ADD8
RGB199173216
HSL276°35.54%76.27%
HSB/HSV276°19.91%84.71%
CMYK7.87%19.91%0.00%
15.29%

Color #C7ADD8 in popluar number systems.

HEXC7ADD8
Decimal199173216
Binary110001111010110111011000
Octal307255330

Shades and tints

Shades of #C7ADD8

#C7ADD8
(199,173,216)
#B59EC5
(181,158,197)
#A38FB2
(163,143,178)
#91809F
(145,128,159)
#7F718C
(127,113,140)
#6D6279
(109,98,121)
#5B5366
(91,83,102)
#494453
(73,68,83)
#373540
(55,53,64)
#25262D
(37,38,45)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7ADD8

#C7ADD8
(199,173,216)
#CCB4DB
(204,180,219)
#D1BBDE
(209,187,222)
#D6C2E1
(214,194,225)
#DBC9E4
(219,201,228)
#E0D0E7
(224,208,231)
#E5D7EA
(229,215,234)
#EADEED
(234,222,237)
#EFE5F0
(239,229,240)
#F4ECF3
(244,236,243)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADD8; }

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

This text font color is #C7ADD8.


Background Color

.myBgColor { background-color: #C7ADD8; }

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

This div background color is #C7ADD8.


Border color

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

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

This div border color is #C7ADD8.


Opacity

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

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

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

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

This text has shadow with #C7ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADD8 on black background.


Color preview on white background

This text has color #C7ADD8 on white background.



Black color preview on #C7ADD8 background

This text has black color on #C7ADD8 background.


White color preview on #C7ADD8 background

This text has white color on #C7ADD8 background.