COLOR #C7ADC1

HEX: #C7ADC1
RGB: (199,173,193)

Renk bilgisi

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

RGB renk modeli

#C7ADC1 color RGB value is (199,173,193).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 173 of 255 = 68%
B 193 of 255 = 76%

199
173
193

R + G + B ~ 74%. #C7ADC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 173 + 193 = 565 (100%)
R 199 of 565 ~ 35.22%
G 173 of 565 ~ 30.62%
B 193 of 565 ~ 34.16%

%35.22
%30.62
%34.16

CMYK RENK MODELİ

#C7ADC1 rengi CMYK tonu (0,13,3,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.07%
  • sarı tonu 3.02%
  • ana renk tonu 21.96%
CMYK:
(0,13,3,22)
C0M13Y3K22 
(0%,13%,3%,22%)
(0.00/0.13/0.03/0.22)	

CMYK yüzdeleri

%0
%13.07
%3.02
%21.96

Codes

Color #C7ADC1 in popluar color models

C7ADC1
RGB199173193
HSL314°18.84%72.94%
HSB/HSV314°13.07%78.04%
CMYK0.00%13.07%3.02%
21.96%

Color #C7ADC1 in popluar number systems.

HEXC7ADC1
Decimal199173193
Binary110001111010110111000001
Octal307255301

Shades and tints

Shades of #C7ADC1

#C7ADC1
(199,173,193)
#B59EB0
(181,158,176)
#A38F9F
(163,143,159)
#91808E
(145,128,142)
#7F717D
(127,113,125)
#6D626C
(109,98,108)
#5B535B
(91,83,91)
#49444A
(73,68,74)
#373539
(55,53,57)
#252628
(37,38,40)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7ADC1

#C7ADC1
(199,173,193)
#CCB4C6
(204,180,198)
#D1BBCB
(209,187,203)
#D6C2D0
(214,194,208)
#DBC9D5
(219,201,213)
#E0D0DA
(224,208,218)
#E5D7DF
(229,215,223)
#EADEE4
(234,222,228)
#EFE5E9
(239,229,233)
#F4ECEE
(244,236,238)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADC1; }

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

This text font color is #C7ADC1.


Background Color

.myBgColor { background-color: #C7ADC1; }

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

This div background color is #C7ADC1.


Border color

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

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

This div border color is #C7ADC1.


Opacity

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

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

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

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

This text has shadow with #C7ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADC1 on black background.


Color preview on white background

This text has color #C7ADC1 on white background.



Black color preview on #C7ADC1 background

This text has black color on #C7ADC1 background.


White color preview on #C7ADC1 background

This text has white color on #C7ADC1 background.