COLOR #C7ADC9

HEX: #C7ADC9
RGB: (199,173,201)

Renk bilgisi

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

RGB renk modeli

#C7ADC9 color RGB value is (199,173,201).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 173 of 255 = 68%
B 201 of 255 = 79%

199
173
201

R + G + B ~ 75%. #C7ADC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 173 + 201 = 573 (100%)
R 199 of 573 ~ 34.73%
G 173 of 573 ~ 30.19%
B 201 of 573 ~ 35.08%

%34.73
%30.19
%35.08

CMYK RENK MODELİ

#C7ADC9 rengi CMYK tonu (1,14,0,21).

  • camgöbeği tonu 1.00%
  • eflatun tonu 13.93%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(1,14,0,21)
C1M14Y0K21 
(1%,14%,0%,21%)
(0.01/0.14/0.00/0.21)	

CMYK yüzdeleri

%1
%13.93
%0
%21.18

Codes

Color #C7ADC9 in popluar color models

C7ADC9
RGB199173201
HSL296°20.59%73.33%
HSB/HSV296°13.93%78.82%
CMYK1.00%13.93%0.00%
21.18%

Color #C7ADC9 in popluar number systems.

HEXC7ADC9
Decimal199173201
Binary110001111010110111001001
Octal307255311

Shades and tints

Shades of #C7ADC9

#C7ADC9
(199,173,201)
#B59EB7
(181,158,183)
#A38FA5
(163,143,165)
#918093
(145,128,147)
#7F7181
(127,113,129)
#6D626F
(109,98,111)
#5B535D
(91,83,93)
#49444B
(73,68,75)
#373539
(55,53,57)
#252627
(37,38,39)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7ADC9

#C7ADC9
(199,173,201)
#CCB4CD
(204,180,205)
#D1BBD1
(209,187,209)
#D6C2D5
(214,194,213)
#DBC9D9
(219,201,217)
#E0D0DD
(224,208,221)
#E5D7E1
(229,215,225)
#EADEE5
(234,222,229)
#EFE5E9
(239,229,233)
#F4ECED
(244,236,237)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADC9; }

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

This text font color is #C7ADC9.


Background Color

.myBgColor { background-color: #C7ADC9; }

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

This div background color is #C7ADC9.


Border color

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

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

This div border color is #C7ADC9.


Opacity

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

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

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

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

This text has shadow with #C7ADC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADC9 on black background.


Color preview on white background

This text has color #C7ADC9 on white background.



Black color preview on #C7ADC9 background

This text has black color on #C7ADC9 background.


White color preview on #C7ADC9 background

This text has white color on #C7ADC9 background.