COLOR #C7ADBA

HEX: #C7ADBA
RGB: (199,173,186)

Renk bilgisi

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

RGB renk modeli

#C7ADBA color RGB value is (199,173,186).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 173 of 255 = 68%
B 186 of 255 = 73%

199
173
186

R + G + B ~ 73%. #C7ADBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 173 + 186 = 558 (100%)
R 199 of 558 ~ 35.66%
G 173 of 558 ~ 31%
B 186 of 558 ~ 33.33%

%35.66
%31
%33.33

CMYK RENK MODELİ

#C7ADBA rengi CMYK tonu (0,13,7,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.07%
  • sarı tonu 6.53%
  • ana renk tonu 21.96%
CMYK:
(0,13,7,22)
C0M13Y7K22 
(0%,13%,7%,22%)
(0.00/0.13/0.07/0.22)	

CMYK yüzdeleri

%0
%13.07
%6.53
%21.96

Codes

Color #C7ADBA in popluar color models

C7ADBA
RGB199173186
HSL330°18.84%72.94%
HSB/HSV330°13.07%78.04%
CMYK0.00%13.07%6.53%
21.96%

Color #C7ADBA in popluar number systems.

HEXC7ADBA
Decimal199173186
Binary110001111010110110111010
Octal307255272

Shades and tints

Shades of #C7ADBA

#C7ADBA
(199,173,186)
#B59EAA
(181,158,170)
#A38F9A
(163,143,154)
#91808A
(145,128,138)
#7F717A
(127,113,122)
#6D626A
(109,98,106)
#5B535A
(91,83,90)
#49444A
(73,68,74)
#37353A
(55,53,58)
#25262A
(37,38,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7ADBA

#C7ADBA
(199,173,186)
#CCB4C0
(204,180,192)
#D1BBC6
(209,187,198)
#D6C2CC
(214,194,204)
#DBC9D2
(219,201,210)
#E0D0D8
(224,208,216)
#E5D7DE
(229,215,222)
#EADEE4
(234,222,228)
#EFE5EA
(239,229,234)
#F4ECF0
(244,236,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADBA; }

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

This text font color is #C7ADBA.


Background Color

.myBgColor { background-color: #C7ADBA; }

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

This div background color is #C7ADBA.


Border color

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

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

This div border color is #C7ADBA.


Opacity

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

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

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

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

This text has shadow with #C7ADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADBA on black background.


Color preview on white background

This text has color #C7ADBA on white background.



Black color preview on #C7ADBA background

This text has black color on #C7ADBA background.


White color preview on #C7ADBA background

This text has white color on #C7ADBA background.