COLOR #C799CB

HEX: #C799CB
RGB: (199,153,203)

Renk bilgisi

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

RGB renk modeli

#C799CB color RGB value is (199,153,203).

  • kırmız ton 199;
  • yeşil ton 153;
  • mavi ton 203.
RGB:
(199,153,203)
(78%,60%,80%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 153 of 255 = 60%
B 203 of 255 = 80%

199
153
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 153 + 203 = 555 (100%)
R 199 of 555 ~ 35.86%
G 153 of 555 ~ 27.57%
B 203 of 555 ~ 36.58%

%35.86
%27.57
%36.58

CMYK RENK MODELİ

#C799CB rengi CMYK tonu (2,25,0,20).

  • camgöbeği tonu 1.97%
  • eflatun tonu 24.63%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(2,25,0,20)
C2M25Y0K20 
(2%,25%,0%,20%)
(0.02/0.25/0.00/0.20)	

CMYK yüzdeleri

%1.97
%24.63
%0
%20.39

Codes

Color #C799CB in popluar color models

C799CB
RGB199153203
HSL295°32.47%69.80%
HSB/HSV295°24.63%79.61%
CMYK1.97%24.63%0.00%
20.39%

Color #C799CB in popluar number systems.

HEXC799CB
Decimal199153203
Binary110001111001100111001011
Octal307231313

Shades and tints

Shades of #C799CB

#C799CB
(199,153,203)
#B58CB9
(181,140,185)
#A37FA7
(163,127,167)
#917295
(145,114,149)
#7F6583
(127,101,131)
#6D5871
(109,88,113)
#5B4B5F
(91,75,95)
#493E4D
(73,62,77)
#37313B
(55,49,59)
#252429
(37,36,41)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C799CB

#C799CB
(199,153,203)
#CCA2CF
(204,162,207)
#D1ABD3
(209,171,211)
#D6B4D7
(214,180,215)
#DBBDDB
(219,189,219)
#E0C6DF
(224,198,223)
#E5CFE3
(229,207,227)
#EAD8E7
(234,216,231)
#EFE1EB
(239,225,235)
#F4EAEF
(244,234,239)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C799CB color. Also use rgb(199,153,203) instead hex code.

Text Font Color

.myTextColor { color: #C799CB; }

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

This text font color is #C799CB.


Background Color

.myBgColor { background-color: #C799CB; }

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

This div background color is #C799CB.


Border color

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

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

This div border color is #C799CB.


Opacity

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

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

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

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

This text has shadow with #C799CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C799CB on black background.


Color preview on white background

This text has color #C799CB on white background.



Black color preview on #C799CB background

This text has black color on #C799CB background.


White color preview on #C799CB background

This text has white color on #C799CB background.