COLOR #C8F3A5

HEX: #C8F3A5 RGB: (200,243,165)

Color info

#C8F3A5 contains mainly red and green colors. Web safe color of #C8F3A5 is #CCFF99 (or #CF9).

RGB color model

#C8F3A5 color RGB value is (200,243,165).

RGB: (200,243,165) (78%, 95%, 65%)

RGB channels and saturation

R 200 of 255 = 78%
G 243 of 255 = 95%
B 165 of 255 = 65%

200
243
165

R + G + B ~ 79%. #C8F3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 243 + 165 = 608 (100%)
R 200 of 608 ~ 32.89%
G 243 of 608 ~ 39.97%
B 165 of 608 ~ 27.14'%

%32.89
%39.97
%27.14

CMYK color model

#C8F3A5 color CMYK value is (18,0,32,5).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 4.71%

CMYK: (18,0,32,5)
C18M0Y32K5 (18%, 0%, 32%, 5%)
(0.18 / 0.00 / 0.32 / 0.05)

CMYK percentages

%17.7
%0
%32.1
%4.71

Codes

Color #C8F3A5 in popluar color models

C8 F3 A5
RGB 200 243 165
HSL 93° 76.47% 80.00%
HSB/HSV 93° 32.10% 95.29%
CMYK 17.70% 0.00% 32.10%
4.71%

Color #C8F3A5 in popluar number systems.

HEX C8 F3 A5
Decimal 200 243 165
Binary 11001000 11110011 10100101
Octal 310 363 245

Shades and tints

Shades of #C8F3A5

#C8F3A5
(200,243,165)
#B6DD96
(182,221,150)
#A4C787
(164,199,135)
#92B178
(146,177,120)
#809B69
(128,155,105)
#6E855A
(110,133,90)
#5C6F4B
(92,111,75)
#4A593C
(74,89,60)
#38432D
(56,67,45)
#262D1E
(38,45,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #C8F3A5

#C8F3A5
(200,243,165)
#CDF4AD
(205,244,173)
#D2F5B5
(210,245,181)
#D7F6BD
(215,246,189)
#DCF7C5
(220,247,197)
#E1F8CD
(225,248,205)
#E6F9D5
(230,249,213)
#EBFADD
(235,250,221)
#F0FBE5
(240,251,229)
#F5FCED
(245,252,237)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F3A5 color. Also use rgb(200,243,165) instead hex code.

Text Font Color

.myTextColor { color: #C8F3A5; }

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

This text font color is #C8F3A5.

Background Color

.myBgColor { background-color: #C8F3A5; }

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

This div background color is #C8F3A5.

Border color

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

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

This div border color is #C8F3A5.

Opacity

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

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

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

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

This text has shadow with #C8F3A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F3A5.

Preview

Color preview on black background

This text has color #C8F3A5 on black background.


Color preview on white background

This text has color #C8F3A5 on white background.


Black color preview on #C8F3A5 background

This text has black color on #C8F3A5 background.


White color preview on #C8F3A5 background

This text has white color on #C8F3A5 background.


Related colors

Complementary color

Complementary color for #hex is #370C5A.


I love getcolorcode.com

Triadic colors

1 #A5C8F3 and #F3A5C8 with #C8F3A5 are triadic colors.

2 #A5F3C8 and #F3C8A5 with #C8F3A5 are triadic colors.